GeospatialImageGlobeOverlay Constructor (Uri) | 
  
    Namespace: 
   AGI.Foundation.Graphics.Advanced
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic GeospatialImageGlobeOverlay(
	Uri uri
)
Public Sub New ( 
	uri As Uri
)
public:
GeospatialImageGlobeOverlay(
	Uri^ uri
)
new : 
        uri : Uri -> GeospatialImageGlobeOverlayParameters
- uri
 - Type: SystemUri
The Uri that points to the image. 
See Also