VectorGraphicEngineInsertLayer(Int32, VectorGraphicLayer) Method |
Inserts a given layer at a given position.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic virtual VectorGraphicLayer InsertLayer(
int index,
VectorGraphicLayer layer
)
Parameters
- index Int32
- The position.
- layer VectorGraphicLayer
- The layer to be inserted.
Return Value
VectorGraphicLayerThe given layer.
See Also