FreeImage.GetInfoHeaderEx Method

FreeImage.NET

FreeImageGetInfoHeaderEx Method
Returns the BITMAPINFOHEADER structure of a FreeImage bitmap. The structure is a copy, so changes will have no effect on the bitmap itself.

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

Parameters

dib
Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap.

Return Value

Type: BITMAPINFOHEADER
BITMAPINFOHEADER structure of the bitmap.
Exceptions
ExceptionCondition
ArgumentNullExceptiondib is null.
See Also