CRect::SetRectEmpty
Makes CRect a null rectangle by setting all coordinates to zero.
void SetRectEmpty( ) throw( );
Example
CRect rect;
rect.SetRectEmpty();
// rect is now (0, 0, 0, 0)
ASSERT(rect.IsRectEmpty());
Requirements
Header: atltypes.h