CWindowDC::CWindowDC

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.

Syntax

CWindowDC( CWnd* pWnd );
throw( CResourceException );

At a Glance

Header file: Afxwin.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CWindowDC Overview, CWindowDC Member Functions, Graphical Drawing Classes, CDC, CClientDC, CWnd