Moves an item from one position to another.
Namespace:
Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly:
Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)
Public Overridable Function Move ( _ oldIndex As Integer, _ newIndex As Integer _ ) As T
Type: System.Int32
The zero-based index of the item to move.Type: System.Int32
The zero-based index to move the item to.The item that was moved.