ImageCollectionSwap Method (Int32, Int32) |
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void Swap(
int index1,
int index2
)
Public Sub Swap (
index1 As Integer,
index2 As Integer
)
public:
void Swap(
int index1,
int index2
)
member Swap :
index1 : int *
index2 : int -> unit
Parameters
- index1
- Type: SystemInt32
The index of the first GlobeImageOverlay. - index2
- Type: SystemInt32
The index of the second GlobeImageOverlay.
See Also