VectorGraphicPathRemoveMetafileCommandAt Method |
Removes the command at the specified index from the specified command list.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic virtual bool RemoveMetafileCommandAt(
int index
)
Parameters
- index Int32
- The zero-based index of the element to remove.
Return Value
Booleantrue if item is successfully removed; otherwise, false.
See Also