VectorGraphicPathAddMetafileCommand Method |
Adds the given metafile command to the path.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic void AddMetafileCommand(
BaseMetafileCommand metafileCommand
)
Parameters
- metafileCommand BaseMetafileCommand
- The command to be added.
See Also