VectorGraphicPathCopyAndAppendMetafileCommands Method |
Adds a range of commands to the specified command list.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic virtual void CopyAndAppendMetafileCommands(
IEnumerable<BaseMetafileCommand> commands
)
Parameters
- commands IEnumerableBaseMetafileCommand
- The commands to add.
See Also