Click or drag to resize

MLineOnMLineStyleChangedEvent Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
protected virtual MLineStyle OnMLineStyleChangedEvent(
	MLineStyle oldMLineStyle,
	MLineStyle newMLineStyle
)
Request Example View Source

Parameters

oldMLineStyle
Type: netDxf.ObjectsMLineStyle
newMLineStyle
Type: netDxf.ObjectsMLineStyle

Return Value

Type: MLineStyle
See Also