Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

35d98a80 a339 c24a ef97 fbfbb4b32233

haplokuon edited this page May 6, 2023 · 1 revision

Polyline2D(IEnumerable<Polyline2DVertex>, Boolean) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the Polyline2D class.

Definition

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

Parameters

  IEnumerable(Polyline2DVertex)
Polyline2D vertex list in object coordinates.
  Boolean
Sets if the polyline is closed (default: false).

See Also

Reference

Polyline2D Class
Polyline2D Overload
netDxf.Entities Namespace

Clone this wiki locally