Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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