Angular2LineDimensionCenterPoint Property
|
Gets the center
point of the measured arc in local coordinates.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Vector2 CenterPoint { get; }
Public ReadOnly Property CenterPoint As Vector2
Get
public:
property Vector2 CenterPoint {
Vector2 get ();
}
member CenterPoint : Vector2 with get
PROPERTY CenterPoint AS Vector2 GET
Property Value
Type:
Vector2See Also