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)
Public Overrides Function Move ( _ oldIndex As Integer, _ newIndex As Integer _ ) As VObject
Type: System.Int32
The zero-based index of the v-object to move.Type: System.Int32
The zero-based index to move the v-obejct to.The VObject that was moved.