Click or drag to resize

VectorGraphicLayerRemovePath(Int32, Boolean) Method

Deletes the path at a given position.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public virtual void RemovePath(
	int index,
	bool disposePath = true
)

Parameters

index  Int32
The position to be deleted.
disposePath  Boolean  (Optional)
The flag to indicate whether the removed path is disposed. It is true by default.
See Also