Click or drag to resize

LwPolyline Constructor (IEnumerableLwPolylineVertex, Boolean)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the LwPolyline class.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public LwPolyline(
	IEnumerable<LwPolylineVertex> vertexes,
	bool isClosed
)
Request Example View Source

Parameters

vertexes
Type: System.Collections.GenericIEnumerableLwPolylineVertex
LwPolyline vertex list in object coordinates.
isClosed
Type: SystemBoolean
Sets if the polyline is closed (default: false).
See Also