#include <pbbitmap.h>
Class Description
- See also:
- Class IParamBlock2, Class Bitmap, Class
BitmapInfo, Class BitmapManager.
- Description:
- This is a Bitmap/BitmapInfo wrapper class. It is used by
ParamBlock2s to store bitmap information. The class has two public
data members that hold the
BitmapInfo and the Bitmap itself.
- Data Members:
-
BitmapInfo bi;
Stores the
BitmapInfo for the bitmap.
Bitmap *bm;
Points to the Bitmap itself.
Constructor & Destructor Documentation
Member Function Documentation
Member Data Documentation