inline void Clear();
Clear sets the current rectangle's left-most top coordinate to (0,0) and it's size (width and height) to 0.
Note
Since width is calculated with the equation (x2 - x1), and height is calculated by (y2 - y1), the right-most bottom point will be set to (0, 0).