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 407
4986b2e7 9162 0ae7 1663 01a7a9619b36
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the list of vertexes of the polygonal boundary, or the opposite vertexes if the boundary is rectangular.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public IReadOnlyList<Vector2> Vertexes { get; }
VB
Public ReadOnly Property Vertexes As IReadOnlyList(Of Vector2)
Get
C++
public:
property IReadOnlyList<Vector2>^ Vertexes {
IReadOnlyList<Vector2>^ get ();
}
F#
member Vertexes : IReadOnlyList<Vector2> with get
IReadOnlyList(Vector2)