inline Point<T> BottomLeft() const;
BottomLeft returns the left-most y2 point in the rectangle. The following expression is used to determine the result:
Point(x1, y2)
A new Point containing the left-most y2 point.
BottomRight TopLeft TopRight