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