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: 24.2.419.0 (24.2.419.0)
Syntax public Raster(
string uri
)
Public Sub New (
uri As String
)
public:
Raster(
String^ uri
)
new :
uri : string -> Raster
Parameters
- uri
- Type: SystemString
The Uri of the raster.
See Also