You are here: Start » AVL.NET » AVL.LoadImage_FromWebsite(string, string, string, AvlNet.Image)
AVL.LoadImage_FromWebsite(string, string, string, AvlNet.Image)
Loads a JPG image from a website.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void LoadImage_FromWebsite( string inAddress, string inLogin, string inPassword, out AvlNet.Image outImage )
Parameters
- inAddress
- Type: System.String
- inLogin
- Type: System.String
Login for Basic authorization, or null. - inPassword
- Type: System.String
Password for Basic authorization, or null. - outImage
- Type: AvlNet.Image
Output image
