sprint 1-alpha
|
A memory DC used for double buffer during paint. More...
#include <DC.h>
Inherits sprint::gtl::TDC< false >.
Public Member Functions | |
DoubleBufferDC (HWND hwnd, HDC hdc) | |
Create a MemoryDC bigger as hwnd. | |
DoubleBufferDC (const RECT &r, HDC hdc) | |
DoubleBufferDC (unsigned int width, unsigned int height, HDC hdc) | |
CBitmapHandle | Bitmap () const |
return the image | |
void | clear (HBRUSH hbr) |
Fill with brush the entire area. | |
int | width () const |
int | height () const |
bool | swap () |
Copy the Bitmap on Source DC. |
A memory DC used for double buffer during paint.