Click or drag to resize

ImageCollection.Move Method (GlobeImageOverlay, Int32)

Moves the GlobeImageOverlay to the specified position.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public void Move(
	GlobeImageOverlay imageryOverlay,
	int newPosition
)

Parameters

imageryOverlay
Type: AGI.Foundation.Graphics.GlobeImageOverlay
The GlobeImageOverlay to move.
newPosition
Type: System.Int32
The new position of the imageryOverlay.
See Also