Click or drag to resize

ImageCollection.Swap Method (Int32, Int32)

Swaps the position of two GlobeImageOverlay objects at the specified indices.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public void Swap(
	int index1,
	int index2
)

Parameters

index1
Type: System.Int32
The index of the first GlobeImageOverlay.
index2
Type: System.Int32
The index of the second GlobeImageOverlay.
See Also