CWindowDC Class

Derived from CDC.

class CWindowDC : public CDC

Members

Public Constructors

Name

Description

CWindowDC::CWindowDC

Constructs a CWindowDC object.

Protected Data Members

Name

Description

CWindowDC::m_hWnd

The HWND to which this CWindowDC is attached.

Remarks

Calls the Windows functions GetWindowDC at construction time and ReleaseDC at destruction time. This means that a CWindowDC object accesses the entire screen area of a CWnd (both client and nonclient areas).

For more information on using CWindowDC, see Device Contexts.

Inheritance Hierarchy

CObject

CDC

CWindowDC

Requirements

Header: afxwin.h

See Also

Reference

CDC Class

Hierarchy Chart

CDC Class