Click or drag to resize

MLineStyle Constructor (String)

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

Namespace:  netDxf.Objects
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public MLineStyle(
	string name
)
Request Example View Source

Parameters

name
Type: SystemString
MLine style name.
Remarks
By default the multiline style has to elements with offsets 0.5 y -0.5.
See Also