Raster Constructor (String) |
Initializes a raster from a Uri, which can be a file, HTTP, HTTPS, or FTP source. See
Raster for a list of supported formats.
Namespace:
AGI.Foundation.Graphics.Imaging
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Raster(
string uri
)
Public Sub New (
uri As String
)
public:
Raster(
String^ uri
)
new :
uri : string -> Raster
Parameters
- uri
- Type: System.String
The Uri of the raster.
See Also