ImageCollectionMove Method (Int32, Int32) | 
  
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic void Move(
	int index,
	int newPosition
)
Public Sub Move ( 
	index As Integer,
	newPosition As Integer
)
public:
void Move(
	int index, 
	int newPosition
)
member Move : 
        index : int * 
        newPosition : int -> unit 
Parameters
- index
 - Type: SystemInt32
The index of the GlobeImageOverlay to move. - newPosition
 - Type: SystemInt32
The new position of the GlobeImageOverlay. 
See Also