FreeImageBitmap.FromFile Method (String)

FreeImage.NET

FreeImageBitmapFromFile Method (String)
Creates a FreeImageBitmap from the specified file.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static FreeImageBitmap FromFile(
	string filename
)

Parameters

filename
Type: SystemString
A string that contains the name of the file from which to create the FreeImageBitmap.

Return Value

Type: FreeImageBitmap
The FreeImageBitmap this method creates.
See Also