Click or drag to resize

Raster Constructor (Uri)

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.1.418.0 (24.1.418.0)
Syntax
public Raster(
	Uri uri
)

Parameters

uri
Type: SystemUri
The Uri of the raster.
See Also