|
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
)
Public Shared Function FromUrl (
url As String,
localPath As String
) As Bitmap
Request Example
View SourceParameters
- url
- Type: SystemString
URL to load bitmap from. - localPath
- Type: SystemString
The local directory where the file should be stored.
Return Value
Type:
BitmapReturns loaded bitmap.
See Also