| public | Rect() |
| public | Rect(const Point& location_, const Size& size_) |
| public | Rect(const WinRect& winRect) |
| public inline int | Bottom() const |
| public inline bool | Contains(const Point& p) |
| public inline void | Inflate(int dx, int dy) |
| public bool | IntersectsWith(const Rect& that) const |
| public inline bool | IsEmpty() const |
| public inline int | Left() const |
| public inline void | Offset(int dx, int dy) |
| public inline int | Right() const |
| public String<char> | ToString() const |
| public WinRect | ToWinRect() const |
| public inline int | Top() const |
| public static Rect | Union(const Rect& a, const Rect& b) |
| public Point | location |
| public Size | size |