Click or drag to resize

BaseMetafileCommandCopyFrom Method

Copies the property values from a given metafile command. The InvokeCommandChanged is invoked at the end.

Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommand
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public BaseMetafileCommand CopyFrom(
	BaseMetafileCommand source
)

Parameters

source  BaseMetafileCommand
The source to copy from.

Return Value

BaseMetafileCommand

[Missing <returns> documentation for "M:RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand.CopyFrom(RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand)"]

See Also