FreeImage.GetInfoHeader Method

FreeImage.NET

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

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static IntPtr GetInfoHeader(
	FIBITMAP dib
)

Parameters

dib
Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap.

Return Value

Type: IntPtr
Poiter to the header of the bitmap.
See Also