|
sprint 1-alpha
|
#include <DC.h>
Inherits sprint::gtl::TDC< tManagedDC >.
Public Member Functions | |
| CPaintDC (HWND hwnd) | |
PaintStruct wrapper call BeginPaint on costructor, and EndPaint on Desctructor. Implements an HDC handle.
| sprint::gtl::CPaintDC::CPaintDC | ( | HWND | hwnd | ) |
Costructor to handle OnPaint / WM_PAINT device context
sprint::CPaintDC ps(hWnd); // for Win32 App sprint::CPaintDC ps(*this); // for sprint App
1.7.4