Public Member Functions |
| | Bitmap (IDirectDrawSurface7 *surface) |
| | Bitmap (INT width, INT height, Graphics *target) |
| | Bitmap (const BITMAPINFO *gdiBitmapInfo, VOID *gdiBitmapData) |
| | Bitmap (INT width, INT height, PixelFormat format) |
| | Bitmap (HBITMAP hbm, HPALETTE hpal) |
| | Bitmap (INT width, INT height, INT stride, PixelFormat format, BYTE *scan0) |
| | Bitmap (const WCHAR *filename, BOOL useIcm) |
| | Bitmap (HINSTANCE hInstance, const WCHAR *bitmapName) |
| | Bitmap (HICON hicon) |
| | Bitmap (IStream *stream, BOOL useIcm) |
| Bitmap * | Clone (const Rect &rect, PixelFormat format) |
| Bitmap * | Clone (const RectF &rect, PixelFormat format) |
| Bitmap * | Clone (REAL x, REAL y, REAL width, REAL height, PixelFormat format) |
| Bitmap * | Clone (INT x, INT y, INT width, INT height, PixelFormat format) |
| Status | GetHBITMAP (const Color &colorBackground, HBITMAP *hbmReturn) |
| Status | GetHICON (HICON *hicon) |
| Status | GetPixel (INT x, INT y, Color *color) |
| Status | LockBits (const Rect *rect, UINT flags, PixelFormat format, BitmapData *lockedBitmapData) |
| Status | SetPixel (INT x, INT y, const Color &color) |
| Status | SetResolution (REAL xdpi, REAL ydpi) |
| Status | UnlockBits (BitmapData *lockedBitmapData) |
Static Public Member Functions |
| static Bitmap * | FromBITMAPINFO (const BITMAPINFO *gdiBitmapInfo, VOID *gdiBitmapData) |
| static Bitmap * | FromDirectDrawSurface7 (IDirectDrawSurface7 *surface) |
| static Bitmap * | FromFile (const WCHAR *filename, BOOL useEmbeddedColorManagement) |
| static Bitmap * | FromHBITMAP (HBITMAP hbm, HPALETTE hpal) |
| static Bitmap * | FromHICON (HICON hicon) |
| static Bitmap * | FromResource (HINSTANCE hInstance, const WCHAR *bitmapName) |
| static Bitmap * | FromStream (IStream *stream, BOOL useEmbeddedColorManagement) |
Definition at line 227 of file gdiplusheaders.h.