다음을 통해 공유


CRect::SetRectEmpty

CRect null 사각형 좌표를 모두 0으로 설정 합니다.

void SetRectEmpty( ) throw( );

예제

CRect rect;
rect.SetRectEmpty();

// rect is now (0, 0, 0, 0)
ASSERT(rect.IsRectEmpty());   

요구 사항

헤더: atltypes.h

참고 항목

참조

CRect 클래스

계층 구조 차트

CRect::CRect

CRect::SetRect

CRect::CopyRect

CRect::operator =

CRect::IsRectEmpty

CRect::IsRectNull

SetRectEmpty