You are here: Start » FIL.NET » Invoke.LoadImage
Loads a single image from a file.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inFile | string | Path to a file. | ||
![]() | inLoadAlphaChannel | bool | Whether to load the alpha channel (if exists) as an additional image channel. | ||
![]() | outImage | Fil.Image | Output image. |