Click or drag to resize

VectorGraphicEngineMoveLayer Method

Moves a layer.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public virtual void MoveLayer(
	int oldIndex,
	int newIndex
)

Parameters

oldIndex  Int32
The zero-based index specifying the location of the layer to be moved.
newIndex  Int32
The zero-based index specifying the new location of the layer. This index is the target location in the result, not the target location before the result.
See Also