You are here: Start » AVL.NET » AVS.LoadImageFormat Method
AVS.LoadImageFormat Method
Loads a single image format from a file without loading all image data.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void LoadImageFormat ( string inFile, bool inLoadAlphaChannel, out AvlNet.ImageFormat outImageFormat )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inFile | string | Path to a file. | ||
![]() | inLoadAlphaChannel | bool | |||
![]() | outImageFormat | AvlNet.ImageFormat |


