Rect::TopRight

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

TopRight returns a point representing the top right corner of the current rectangle.

Return Value

A Point containing the x2 and y1 components of the current rectangle.

See Also