Click or drag to resize

MLine Constructor (IEnumerableVector2, MLineStyle, Double)

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
)
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.
See Also