This documentation is for the old version. Go to the latest Graphics Mill docs

VObjectCollection.Move Method

Moves a v-object from one position to another.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)

Syntax

Visual Basic
Public Overrides Function Move ( _
	oldIndex As Integer, _
	newIndex As Integer _
) As VObject
C#
public override VObject Move(
	int oldIndex,
	int newIndex
)

Parameters

oldIndex

Type: System.Int32

The zero-based index of the v-object to move.
newIndex

Type: System.Int32

The zero-based index to move the v-obejct to.

Return Value

The VObject that was moved.

See Also

Reference