Public Member Functions | |
bool | Contains (IntRectangle rect) |
IntRectangle | Contract (int border) |
IntRectangle | Contract (IntRectangle rect) |
override bool | Equals (object obj) |
bool | Equals (IntRectangle r) |
IntRectangle | Expand (int border) |
override int | GetHashCode () |
IntRectangle | Intersect (IntRectangle rect) |
bool | Intersecting (IntRectangle rect) |
IntRectangle (int in_left, int in_right, int in_bottom, int in_top) | |
IntRectangle (IntRectangle that) | |
IntRectangle (Rectangle that) | |
IntRectangle | Union (IntRectangle rect) |
IntRectangle | Zero () |
Static Public Member Functions | |
static bool | operator!= (IntRectangle a, IntRectangle b) |
static bool | operator== (IntRectangle a, IntRectangle b) |
Public Attributes | |
int | bottom |
int | left |
int | right |
int | top |