DIB wrapper.
Public Member Functions | |
| DIB (HDC hdc=NULL, ni::tU32 anWidth=0, ni::tU32 anHeight=0, ni::tU32 anBpp=0) | |
| void | Create (HDC hdc, ni::tU32 anWidth, ni::tU32 anHeight, ni::tU32 anBpp) |
| ~DIB () | |
| void | Delete () |
| ni::tBool | IsOK () const |
| HDC | GetHDC () const |
| HBITMAP | GetHBITMAP () const |
| ni::tU32 | GetWidth () const |
| ni::tU32 | GetHeight () const |
| ni::tU32 | GetBpp () const |
| void * | GetBits () const |
Public Attributes | |
| WinUI::DC | mwinDC |
| WinUI::Bitmap | mwinBmp |
| void * | mpBits |
| ni::tU32 | mnBpp |
| ni::tU32 | mnWidth |
| ni::tU32 | mnHeight |
| ~DIB | ( | ) |
| void Delete | ( | ) |
| ni::tBool IsOK | ( | ) | const |
| HDC GetHDC | ( | ) | const |
| HBITMAP GetHBITMAP | ( | ) | const |
| ni::tU32 GetWidth | ( | ) | const |
| ni::tU32 GetHeight | ( | ) | const |
| ni::tU32 GetBpp | ( | ) | const |
| void* GetBits | ( | ) | const |
| WinUI::DC mwinDC |
| WinUI::Bitmap mwinBmp |
| void* mpBits |
| ni::tU32 mnBpp |
| ni::tU32 mnWidth |
| ni::tU32 mnHeight |
1.8.7