FreeImage.GetInfoEx Method

FreeImage.NET

FreeImageGetInfoEx Method
Returns the BITMAPINFO 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 BITMAPINFO GetInfoEx(
	FIBITMAP dib
)

Parameters

dib
Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap.

Return Value

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