Click or drag to resize
Accord.NET (logo)

ImageFromUrl Method (String, String)

Load bitmap from URL.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public static Bitmap FromUrl(
	string url,
	string localPath
)
Request Example View Source

Parameters

url
Type: SystemString
URL to load bitmap from.
localPath
Type: SystemString
The local directory where the file should be stored.

Return Value

Type: Bitmap
Returns loaded bitmap.
See Also