CClientDC::CClientDC

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.

Syntax

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

At a Glance

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

See Also

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