BaseMetafileCommandCopyFrom Method |
Copies the property values from a given metafile command. The
InvokeCommandChanged is invoked at the end.
Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommandAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic 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