|
Membres publics |
| | CMyScreen () |
| virtual | ~CMyScreen () |
| int | GetPixelIndex (int x, int y) |
| COLORREF | GetPixel (int x, int y) |
| COLORREF | GetPixel (int index) |
| void | SetPixel (int x, int y, UCHAR red, UCHAR green, UCHAR blue) |
| void | SetPixel (int x, int y, COLORREF color) |
| void | SetPixel (int index, COLORREF color) |
| void | SetPixel (int index, UCHAR red, UCHAR green, UCHAR blue) |
| long | GetHeigth () |
| long | GetWidth () |
| BOOL | CopyToBuffer (HWND hWndTemp=NULL) |
| BOOL | CopyToBuffer (HDC hDC, int dx, int dy) |
| BOOL | CopyToBuffer_Slow (HDC hDC, int dx, int dy) |
| BOOL | CopyToScreen () |
Membres privés |
| void | PreCompute () |
Attributs Privés |
| UCHAR * | m_buffer |
| long | m_heigth |
| long | m_width |
| long | m_sum |