Click or drag to resize

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

Parameters

vertexes
Type: System.Collections.GenericIEnumerableVector2
Multiline vertex location list in object coordinates.
scale
Type: SystemDouble
Multiline scale.
See Also