CRect::SetRectEmpty
Macht CRect NULL ein Rechteck durch Festlegen aller Koordinaten auf Null fest.
void SetRectEmpty( ) throw( );
Beispiel
CRect rect;
rect.SetRectEmpty();
// rect is now (0, 0, 0, 0)
ASSERT(rect.IsRectEmpty());
Anforderungen
Header: atltypes.h