Click or drag to resize

VectorGraphicLayerRemovePath(VectorGraphicPath, Boolean) Method

Removes the given path from the layer.

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