FreeImage.GetBPP Method

FreeImage.NET

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

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static uint GetBPP(
	FIBITMAP dib
)

Parameters

dib
Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap.

Return Value

Type: UInt32
Size of one pixel in the bitmap in bits.
See Also