Returns the size of the DIB-element of a FIBITMAP in memory.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public static uint GetDIBSize( FIBITMAP dib ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function GetDIBSize ( _ dib As FIBITMAP _ ) As UInteger |
| Visual C++ |
|---|
public: static unsigned int GetDIBSize( FIBITMAP dib ) |
Parameters
- dib
- Type: FreeImageAPI..::.FIBITMAP
Handle to a FreeImage bitmap.