Click or drag to resize

LwPolyline Constructor (IEnumerable<LwPolylineVertex> , Boolean)

Initializes a new instance of the LwPolyline class.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntax
public LwPolyline(
	IEnumerable<LwPolylineVertex> vertexes,
	bool isClosed
)

Parameters

vertexes
Type: System.Collections.Generic.IEnumerable<LwPolylineVertex>
LwPolyline vertex list in object coordinates.
isClosed
Type: System.Boolean
Sets if the polyline is closed (default: false).
See Also