Click or drag to resize

MLineStyleElement Constructor (Double, AciColor, Linetype)

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

Namespace:  netDxf.Objects
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public MLineStyleElement(
	double offset,
	AciColor color,
	Linetype linetype
)
Request Example View Source

Parameters

offset
Type: SystemDouble
Element offset.
color
Type: netDxfAciColor
Element color.
linetype
Type: netDxf.TablesLinetype
Element line type.
See Also