FreeImage.NET Class Library Reference
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: BITMAPINFOHEADERBITMAPINFOHEADER structure of the bitmap.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | dib is null. |
See Also