public nothrow | Rect() |
public nothrow | Rect(const Point& location_, const Size& size_) |
public inline nothrow int | Bottom() const |
public inline nothrow bool | Contains(const Point& p) |
public static nothrow Rect | Default() |
public inline nothrow void | Inflate(int dx, int dy) |
public static nothrow Rect | Intersection(const Rect& a, const Rect& b) |
public nothrow bool | IntersectsWith(const Rect& that) const |
public nothrow bool | IsDefault() const |
public 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 String<char> | ToString() const |
public inline nothrow int | Top() const |
public static nothrow Rect | Union(const Rect& a, const Rect& b) |
public Point | location |
public Size | size |