VectorGraphicEngineRemoveLayer(Int32, Boolean) Method |
Deletes the layer at a given position.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic 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