DXFReaderNETControlCurrentWCSpoint Property
|
Returns the current point in world coordinates.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Vector2 CurrentWCSpoint { get; }
Public ReadOnly Property CurrentWCSpoint As Vector2
Get
public:
property Vector2 CurrentWCSpoint {
Vector2 get ();
}
member CurrentWCSpoint : Vector2 with get
PROPERTY CurrentWCSpoint AS Vector2 GET
Property Value
Type:
Vector2See Also