LBitmapBase::GetBitsPerPixel

#include "ltwrappr.h"

L_INT LBitmapBase::GetBitsPerPixel(void)

Retrieves the bits per pixel for the class object�s bitmap.

Returns

The bits per pixel of the bitmap.

Comments

Use this function to retrieve the bits per pixel for the class object�s bitmap.

Required DLLs and Libraries

LTDIS
LTFIL

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Elements:

Class Members

Example

LBitmapBase MyBitmap;
L_INT  nBPP;

MyBitmap.Load(TEXT("image1.cmp"));
nBPP=MyBitmap.GetBitsPerPixel();