Alias for FreeImage_GetInfoHeader that returns a pointer to a BITMAPINFO rather than to a BITMAPINFOHEADER.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public static IntPtr GetInfo(
	FIBITMAP dib
)
Visual Basic (Declaration)
Public Shared Function GetInfo ( _
	dib As FIBITMAP _
) As IntPtr
Visual C++
public:
static IntPtr GetInfo(
	FIBITMAP dib
)

Parameters

dib
Type: FreeImageAPI..::.FIBITMAP
Handle to a FreeImage bitmap.

Return Value

Pointer to the BITMAPINFO structure for the bitmap.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also