VectorGraphicLayerClearPaths Method |
Deletes all paths.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic virtual void ClearPaths(
bool disposePath = true
)
Parameters
- disposePath Boolean (Optional)
- The flag to indicate whether the removed paths are disposed. It is true by default.
See Also