inline void SetBottomLeft(const Point<T> & pt);
SetBottomLeft sets the y2 and x1 components of the current rectangle to the y and x components of a passed point respectively.
Parameters |
Description |
const Point<T> & pt |
A point whose x coordinate sets x1 and whose y coordinate sets y2. |