CPaintDC::CPaintDC

Use this constructor to constructs a CPaintDC object, prepares the application window for painting, and stores the PAINTSTRUCT structure in the m_ps member variable.

Syntax

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

At a Glance

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

See Also

CPaintDC Overview, CPaintDC Member Functions, Graphical Drawing Classes