Click or drag to resize

MLine Constructor (IEnumerableVector2, Boolean)

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

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

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