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 411
35d98a80 a339 c24a ef97 fbfbb4b32233
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<Polyline2DVertex> vertexes,
bool isClosed
)
VB
Public Sub New (
vertexes As IEnumerable(Of Polyline2DVertex),
isClosed As Boolean
)
C++
public:
Polyline2D(
IEnumerable<Polyline2DVertex^>^ vertexes,
bool isClosed
)
F#
new :
vertexes : IEnumerable<Polyline2DVertex> *
isClosed : bool -> Polyline2D
- IEnumerable(Polyline2DVertex)
- Polyline2D vertex list in object coordinates.
- Boolean
- Sets if the polyline is closed (default: false).
Polyline2D Class
Polyline2D Overload
netDxf.Entities Namespace