Returns the size of the DIB-element of a FIBITMAP in memory.

Namespace:  FreeImageAPI
Assembly:  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.

Return Value

Size of the DIB-element

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also