Returns the size of one pixel in the bitmap in bits.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public static uint GetBPP(
	FIBITMAP dib
)
Visual Basic (Declaration)
Public Shared Function GetBPP ( _
	dib As FIBITMAP _
) As UInteger
Visual C++
public:
static unsigned int GetBPP(
	FIBITMAP dib
)

Parameters

dib
Type: FreeImageAPI..::.FIBITMAP
Handle to a FreeImage bitmap.

Return Value

Size of one pixel in the bitmap in bits.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also