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
8f399180 b9e6 b53b 9b41 22750557019e
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the Polyline2D
class.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Polyline2D(
IEnumerable<Vector2> vertexes,
bool isClosed
)
VB
Public Sub New (
vertexes As IEnumerable(Of Vector2),
isClosed As Boolean
)
C++
public:
Polyline2D(
IEnumerable<Vector2>^ vertexes,
bool isClosed
)
F#
new :
vertexes : IEnumerable<Vector2> *
isClosed : bool -> Polyline2D
- IEnumerable(Vector2)
- Polyline2D vertex list in object coordinates.
- Boolean
- Sets if the polyline is closed, by default it will create an open polyline.
Polyline2D Class
Polyline2D Overload
netDxf.Entities Namespace