Use this constructor to construct a CClientDC object that accesses the client area of the CWnd pointed to by pWnd. The constructor calls the Windows function GetDC.
CClientDC( CWnd* pWnd );
throw( CResourceException );
| Header file: | Afxwin.h |
| Platforms: | |
| Versions: | 1.0 and later |
| Complete documentation: | Visual C++ documentation |
CClientDC Overview, CClientDC Member Functions, Graphical Drawing Classes, CWnd