Returns a pointer to the BITMAPINFOHEADER of the DIB-element in a FIBITMAP.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public static IntPtr GetInfoHeader( FIBITMAP dib ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function GetInfoHeader ( _ dib As FIBITMAP _ ) As IntPtr |
| Visual C++ |
|---|
public: static IntPtr GetInfoHeader( FIBITMAP dib ) |
Parameters
- dib
- Type: FreeImageAPI..::.FIBITMAP
Handle to a FreeImage bitmap.