Partilhar via


CWindow::InvalidateRect

Invalida a área de cliente dentro do retângulo especificado.

BOOL InvalidateRect(
   LPCRECT lpRect,
   BOOL bErase = TRUE 
) throw();

Comentários

See InvalidateRect in the Windows SDK.

Requisitos

Cabeçalho: atlwin.h

Consulte também

Referência

Classe CWindow

CWindow::Invalidate

CWindow::InvalidateRgn

CWindow::ValidateRect

RECT

Outros recursos

CWindow membros