Click or drag to resize
Accord.NET (logo)

ImageFromUrl Method (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
)
Request Example View Source

Parameters

url
Type: SystemString
URL to load bitmap from.

Return Value

Type: Bitmap
Returns loaded bitmap.
See Also