ImageCollectionMove Method (GlobeImageOverlay, 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 Move(
GlobeImageOverlay imageryOverlay,
int newPosition
)
Public Sub Move (
imageryOverlay As GlobeImageOverlay,
newPosition As Integer
)
public:
void Move(
GlobeImageOverlay^ imageryOverlay,
int newPosition
)
member Move :
imageryOverlay : GlobeImageOverlay *
newPosition : int -> unit
Parameters
- imageryOverlay
- Type: AGI.Foundation.GraphicsGlobeImageOverlay
The GlobeImageOverlay to move. - newPosition
- Type: SystemInt32
The new position of the imageryOverlay.
See Also