Rect::TopLeft

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

TopLeft returns a point representing the top left corner of the current rectangle.

Return Value

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

See Also