You are here: Start » AVL.NET » AVL.LoadImage_FromWebsite Method
AVL.LoadImage_FromWebsite Method
Loads a JPG image from a website.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void LoadImage_FromWebsite( string inAddress, out AvlNet.Image outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inAddress | string | |||
![]() | outImage | AvlNet.Image | Output image. |


