Rect::BottomRight

Rect::BottomRight
inline Point<T> BottomRight() const;
Description

BottomRight returns the right-most y2 point in the rectangle. The following expression is used to determine the result:

   Point(x2, y2)
Return Value

A Point value representing the right-most y2 point in the rectangle.

See Also