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