This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 410
e6b27b67 daf2 0267 42f4 22c7a7db470d
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the center point of the measured arc in local coordinates.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Vector2 CenterPoint { get; }
VB
Public ReadOnly Property CenterPoint As Vector2
Get
C++
public:
property Vector2 CenterPoint {
Vector2 get ();
}
F#
member CenterPoint : Vector2 with get