IntRectangle

struct HPS.IntRectangle

Public Functions

bool Contains (IntRectangle rect)
IntRectangle Contract (int border)
IntRectangle Contract (IntRectangle rect)
bool Equals (IntRectangle r)
override bool Equals (object obj)
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)

Public Members

int bottom
int left
int right
int top

Public Static Functions

IntRectangle Invalid ()
bool operator!= (IntRectangle a, IntRectangle b)
bool operator== (IntRectangle a, IntRectangle b)
IntRectangle Zero ()