VectorGraphicLayerRemovePath(VectorGraphicPath, Boolean) Method |
Removes the given path from the layer.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic virtual void RemovePath(
VectorGraphicPath path,
bool disposePath = true
)
Parameters
- path VectorGraphicPath
- The path to be removed.
- disposePath Boolean (Optional)
- The flag to indicate whether the removed path is disposed. It is true by default.
See Also