Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

5c314554 6986 0942 7bc0 f192ebbe2491

haplokuon edited this page May 6, 2023 · 1 revision

Size Property

netDxf 3.0.0 Library

Gets the shape size.

Definition

Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public double Size { get; }

VB

Public ReadOnly Property Size As Double
	Get

C++

public:
property double Size {
	double get ();
}

F#

member Size : float with get

Property Value

Double

Remarks

This value seems to have no effect on shapes or complex line types with shapes. Default: 0.0.

See Also

Reference

ShapeStyle Class
netDxf.Tables Namespace

Clone this wiki locally