Поделиться через


CWnd::ValidateRgn

Validates the client area within the given region by removing the region from the current update region of the window.

void ValidateRgn(
   CRgn* pRgn 
);

Параметры

  • pRgn
    A pointer to a CRgn object that identifies a region that defines the area to be removed from the update region. If this parameter is NULL, the entire client area is removed.

Заметки

The given region must have been created previously by a region function. The region coordinates are assumed to be client coordinates.

The BeginPaint member function automatically validates the entire client area. Neither the ValidateRect nor the ValidateRgn member function should be called if a portion of the update region must be validated before the next WM_PAINT message is generated.

Требования

Header: afxwin.h

См. также

Основные понятия

CWnd Class

CWnd Members

Hierarchy Chart

ValidateRgn

CWnd::ValidateRect