AGIProcessedImageGlobeOverlay Constructor (String) | 
  
    Namespace: 
   AGI.Foundation.Graphics.Advanced
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic AGIProcessedImageGlobeOverlay(
	string uri
)
Public Sub New ( 
	uri As String
)
public:
AGIProcessedImageGlobeOverlay(
	String^ uri
)
new : 
        uri : string -> AGIProcessedImageGlobeOverlayParameters
- uri
 - Type: SystemString
The String that represents the Uri that points to the file. 
See Also