Click or drag to resize

VectorGraphicEngineInsertLayer(Int32, VectorGraphicLayer) Method

Inserts a given 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 VectorGraphicLayer InsertLayer(
	int index,
	VectorGraphicLayer layer
)

Parameters

index  Int32
The position.
layer  VectorGraphicLayer
The layer to be inserted.

Return Value

VectorGraphicLayer
The given layer.
See Also