Click or drag to resize

MLine Constructor (IEnumerableVector2, MLineStyle, Double, 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,
	MLineStyle style,
	double scale,
	bool isClosed
)
Request Example View Source

Parameters

vertexes
Type: System.Collections.GenericIEnumerableVector2
MLine vertex location list in object coordinates.
style
Type: netDxf.ObjectsMLineStyle
MLine style.
scale
Type: SystemDouble
MLine scale.
isClosed
Type: SystemBoolean
Sets if the multiline is closed (default: false).
See Also