Public Member Functions | |
| IntRectangle (int in_left, int in_right, int in_bottom, int in_top) | |
| IntRectangle (IntRectangle that) | |
| IntRectangle (Rectangle that) | |
| override bool | Equals (object obj) |
| bool | Equals (IntRectangle r) |
| override int | GetHashCode () |
| bool | Intersecting (IntRectangle rect) |
| bool | Contains (IntRectangle rect) |
| IntRectangle | Expand (int border) |
| IntRectangle | Contract (int border) |
| IntRectangle | Contract (IntRectangle rect) |
| IntRectangle | Intersect (IntRectangle rect) |
| 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 | left |
| int | right |
| int | bottom |
| int | top |