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