Rect::BottomLeft

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

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

   Point(x1, y2)
Return Value

A new Point containing the left-most y2 point.

See Also