FreeImage.NET Class Library Reference
FreeImageLoadEx Method (String) |
Loads a FreeImage bitmap.
The file will be loaded with default loading flags.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static FIBITMAP LoadEx( string filename )
Parameters
- filename
- Type: SystemString
The complete name of the file to load.
Return Value
Type: FIBITMAPHandle to a FreeImage bitmap.
Exceptions
Exception | Condition |
---|---|
FileNotFoundException | filename does not exists. |
See Also