#include <impbmp.h>
Inheritance diagram for ImportBitmap:

Public Member Functions | |
| ImportBitmap (KernelBitmap *pNewBmp, INT32 NewRecordNumber) | |
| Create a new export Bitmap list item from the given indexed Bitmap. | |
Public Attributes | |
| KernelBitmap * | pBmp |
| INT32 | RecordNumber |
Definition at line 124 of file impbmp.h.
|
||||||||||||
|
Create a new export Bitmap list item from the given indexed Bitmap.
Definition at line 132 of file impbmp.cpp. 00133 { 00134 // Initialise our class variables to these specified values. 00135 pBmp = pNewBmp; 00136 RecordNumber = NewRecordNumber; 00137 }
|
|
|
|
|
|
|
1.4.4