Click or drag to resize

LaserOnMetafileCommandDoCopyFrom Method

Copies extra property values from a given metafile command. This method is called from CopyFrom(BaseMetafileCommand).

Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommand
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
protected override void DoCopyFrom(
	BaseMetafileCommand source
)

Parameters

source  BaseMetafileCommand
The source to copy from.
Remarks
Better use the private fields inside this method so that the InvokeCommandChanged is not triggered.
See Also