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

8f399180 b9e6 b53b 9b41 22750557019e

haplokuon edited this page May 6, 2023 · 1 revision

Polyline2D(IEnumerable<Vector2>, 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<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

Parameters

  IEnumerable(Vector2)
Polyline2D vertex list in object coordinates.
  Boolean
Sets if the polyline is closed, by default it will create an open polyline.

See Also

Reference

Polyline2D Class
Polyline2D Overload
netDxf.Entities Namespace

Clone this wiki locally