inline void SetWidth(T width);
SetWidth sets the width of the current rectangle. The width is used to set x1 and x2 by the following equation:
width = x2 - x1