创建一个空矩形将所有的坐标为零的 CRect。
void SetRectEmpty( ) throw( );
示例
CRect rect;
rect.SetRectEmpty();
// rect is now (0, 0, 0, 0)
ASSERT(rect.IsRectEmpty());
要求
Header: atltypes.h
创建一个空矩形将所有的坐标为零的 CRect。
void SetRectEmpty( ) throw( );
CRect rect;
rect.SetRectEmpty();
// rect is now (0, 0, 0, 0)
ASSERT(rect.IsRectEmpty());
Header: atltypes.h