CWnd::BeginPaint

This method prepares a CWnd object for painting, and fill a PAINTSTRUCT data structure with information about the painting.

At a Glance

Header file: Afxwin.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

CDC* BeginPaint( LPPAINTSTRUCT lpPaint );

See Also

CWnd::EndPaint, CWnd::Invalidate, CPaintDC