Click or drag to resize

VectorGraphicLayerMovePath Method

Moves a path.

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

Parameters

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