Alias for FreeImage_GetInfoHeader that returns a pointer to a BITMAPINFO
rather than to a BITMAPINFOHEADER.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static IntPtr GetInfo( FIBITMAP dib ) |
Visual Basic (Declaration) |
---|
Public Shared Function GetInfo ( _ dib As FIBITMAP _ ) As IntPtr |
Visual C++ |
---|
public: static IntPtr GetInfo( FIBITMAP dib ) |
Parameters
- dib
- Type: FreeImageAPI..::.FIBITMAP
Handle to a FreeImage bitmap.