ImageCollection.Move Method (GlobeImageOverlay, Int32) |
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic 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.Graphics.GlobeImageOverlay
The GlobeImageOverlay to move. - newPosition
- Type: System.Int32
The new position of the imageryOverlay.
See Also