VectorGraphicPathRemoveMetafileCommand Method |
Removes the command from the specified command list.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic virtual bool RemoveMetafileCommand(
BaseMetafileCommand command
)
Parameters
- command BaseMetafileCommand
- The command to remove.
Return Value
Booleantrue if item is successfully removed; otherwise, false.
See Also