FreeImage.LoadEx Method (String)

FreeImage.NET

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: FIBITMAP
Handle to a FreeImage bitmap.
Exceptions
ExceptionCondition
FileNotFoundExceptionfilename does not exists.
See Also