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