HPS.Rectangle Struct Reference
Public Member Functions | |
float | Area () |
Rectangle | Circumscribe_Scope (Rectangle scope) |
bool | Contains (Point contained) |
bool | Contains (Rectangle rect) |
bool | Contains (Rectangle rect, float epsilon) |
Rectangle | Contract (float border) |
Rectangle | Contract (Rectangle rect) |
override bool | Equals (object obj) |
bool | Equals (Rectangle r) |
Rectangle | Expand (float border) |
override int | GetHashCode () |
float | Height () |
Rectangle | Inscribe_Scope (Rectangle scope) |
Rectangle | Intersect (Rectangle rect) |
bool | Intersecting (Rectangle rect) |
Rectangle (float in_left, float in_right, float in_bottom, float in_top) | |
Rectangle (Rectangle that) | |
Rectangle (int count, Point[] points) | |
Rectangle | Union (Rectangle rect) |
float | Width () |
Static Public Member Functions | |
static Rectangle | full_scope () |
static bool | operator!= (Rectangle a, Rectangle b) |
static bool | operator== (Rectangle a, Rectangle b) |
Public Attributes | |
float | bottom |
float | left |
float | right |
float | top |
The documentation for this struct was generated from the following file:
- internals/hps_core/source/cs/HPS.Rectangle.cs