VectorGraphicPathRemoveMetafileCommandRange Method |
Removes the range of commands from the specified command list.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic virtual bool RemoveMetafileCommandRange(
int index,
int count
)
Parameters
- index Int32
- The zero-based starting index of the elements to remove.
- count Int32
- The number of elements to remove.
Return Value
Booleantrue if items are successfully removed; otherwise, false.
See Also