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 null 사각형 좌표를 모두 0으로 설정 합니다.
void SetRectEmpty( ) throw( );
CRect rect;
rect.SetRectEmpty();
// rect is now (0, 0, 0, 0)
ASSERT(rect.IsRectEmpty());
헤더: atltypes.h