Inherits IEquatable< GridBounds >.
|
bool | Contains (GridBounds bounds) |
|
bool | Contains (Point point) |
|
void | Encapsulate (GridBounds bounds) |
|
void | Encapsulate (Point point) |
|
bool | Equals (GridBounds other) |
|
override bool | Equals (object obj) |
|
void | Expand (int left, int right, int up, int down) |
|
GridBounds | GetDivided (Point scale) |
|
GridBounds | GetExpanded (int left, int right, int up, int down) |
|
GridBounds | GetExpanded (int leftRight, int upDown) |
|
GridBounds | GetExpanded (Point padding) |
|
override int | GetHashCode () |
|
GridBounds | GetIntersection (GridBounds other) |
|
| GridBounds (int minX, int minY, int width, int height) |
|
| GridBounds (Point min, Point size) |
|
bool | Overlaps (GridBounds bounds) |
|
override string | ToString () |
|
|
Point | center [get] |
|
bool | empty [get] |
|
Point | size [get] |
|