VectorGraphicEngineClear Method |
Removes all metafile commands from a given list.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic virtual void Clear(
CommandListType type = CommandListType.Contour
)
Parameters
- type CommandListType (Optional)
- The type of the command list that will be cleared.
See Also