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 409
677480c6 3cdd c626 2c6c ed4ffee6df1d
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the list of points in the active layout.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public IEnumerable<Point> Points { get; }
VB
Public ReadOnly Property Points As IEnumerable(Of Point)
Get
C++
public:
property IEnumerable<Point^>^ Points {
IEnumerable<Point^>^ get ();
}
F#
member Points : IEnumerable<Point> with get
IEnumerable(Point)