다음을 통해 공유


CWindow::InvalidateRect

지정한 사각형 안에서 클라이언트 영역을 무효화합니다.

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

설명

참조 InvalidateRect 에 있는 Windows SDK.

요구 사항

헤더: atlwin.h

참고 항목

참조

CWindow Class

CWindow::Invalidate

CWindow::InvalidateRgn

CWindow::ValidateRect

RECT