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