Click or drag to resize

MLine Constructor (IEnumerableVector2, Boolean)

Initializes a new instance of the MLine class.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public MLine(
	IEnumerable<Vector2> vertexes,
	bool isClosed
)

Parameters

vertexes
Type: System.Collections.GenericIEnumerableVector2
Multiline vertex location list in object coordinates.
isClosed
Type: SystemBoolean
Sets if the multiline is closed (default: false).
See Also