This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
5f6745d6 77a2 5ebe 5069 d1d9d78fb058
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the bounding rectangle center.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Vector2 Center { get; }VB
Public ReadOnly Property Center As Vector2
GetC++
public:
property Vector2 Center {
Vector2 get ();
}F#
member Center : Vector2 with get