Click or drag to resize

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

Parameters

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