Returns the BITMAPINFO structure of a FreeImage bitmap.
The structure is a copy, so changes will have no effect on
the bitmap itself.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static BITMAPINFO GetInfoEx( FIBITMAP dib ) |
Visual Basic (Declaration) |
---|
Public Shared Function GetInfoEx ( _ dib As FIBITMAP _ ) As BITMAPINFO |
Visual C++ |
---|
public: static BITMAPINFO GetInfoEx( FIBITMAP dib ) |
Parameters
- dib
- Type: FreeImageAPI..::.FIBITMAP
Handle to a FreeImage bitmap.
Return Value
BITMAPINFO structure of the bitmap.Exceptions
Exception | Condition |
---|---|
System..::.ArgumentNullException | dib is null. |