Click or drag to resize

VectorGraphicEngineRemoveLayer(Int32, Boolean) Method

Deletes the layer 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 RemoveLayer(
	int index,
	bool disposeLayer = true
)

Parameters

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