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 420
ead6a65c 7fba 9ae4 2058 566b05af40b4
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the leader vertexes list in local coordinates.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public List<Vector2> Vertexes { get; }
VB
Public ReadOnly Property Vertexes As List(Of Vector2)
Get
C++
public:
property List<Vector2>^ Vertexes {
List<Vector2>^ get ();
}
F#
member Vertexes : List<Vector2> with get
List(Vector2)
The leader vertexes list must have at least two points.