Bitmap handle
More...
#include <GdiObject.h>
|
| Bitmap () |
|
| Bitmap (int width, int height, UINT planes, UINT bpp, const void *data) |
|
| Bitmap (HDC compatibleDC, int width, int height) |
|
| Bitmap (const tstring &filename) |
|
void | CreateBitmap (int width, int height, UINT planes, UINT bpp, const void *data) |
|
void | CreateCompatibleBitmap (HDC compatibleDC, int width, int height) |
|
void | LoadBitmap (const tstring &filename) |
|
| GdiObject (HBITMAPpHandle=0) |
|
| operator HBITMAP () |
|
void | SetHandle (HBITMAPpHandle) |
|
neo::Bitmap::Bitmap |
( |
int |
width, |
|
|
int |
height, |
|
|
UINT |
planes, |
|
|
UINT |
bpp, |
|
|
const void * |
data |
|
) |
| |
|
inline |
neo::Bitmap::Bitmap |
( |
HDC |
compatibleDC, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
|
inline |
neo::Bitmap::Bitmap |
( |
const tstring & |
filename | ) |
|
|
inline |
void neo::Bitmap::CreateBitmap |
( |
int |
width, |
|
|
int |
height, |
|
|
UINT |
planes, |
|
|
UINT |
bpp, |
|
|
const void * |
data |
|
) |
| |
|
inline |
void neo::Bitmap::CreateCompatibleBitmap |
( |
HDC |
compatibleDC, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
|
inline |
void neo::Bitmap::LoadBitmap |
( |
const tstring & |
filename | ) |
|
|
inline |
The documentation for this class was generated from the following file: