Returns a pointer to the BITMAPINFOHEADER of the DIB-element in a FIBITMAP.

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

Syntax

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

Parameters

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

Return Value

Poiter to the header of the bitmap.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also