inline void SetSize(T width, T height); inline void SetSize(const Size<T> & sz);
SetSize sets the size (width and height) of the current rectangle. The width and height are used to set the rectangle components using the following equations:
width = x2 - x1, height = y2 - y1