|   | ImageFromUrl Method (String, String) | 
        
         
            Load bitmap from URL.
            
 
    Namespace: 
   Accord.Imaging
    Assembly:
   Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
 Syntax
Syntaxpublic static Bitmap FromUrl(
	string url,
	string localPath
)
Public Shared Function FromUrl ( 
	url As String,
	localPath As String
) As Bitmap
Parameters
- 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
See Also