Click or drag to resize

VectorGraphicLayerClearPaths Method

Deletes all paths.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public 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