Moves a layer 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 Layer
Type: System.Int32
The zero-based index of the layer to move.Type: System.Int32
The zero-based index to move the layer to.The Layer that was moved.