RectangleI
Rectangle with integer coordinates
| Constructors | |
|---|---|
| RectangleIint, int, int, int | Rectangle Constructor |
| RectangleIPointI, int, int | Rectangle Constructor |
| RectangleIPointI, PointI | Rectangle Constructor |
| Properties | |
|---|---|
| Bottom | Rectangle Bottom |
| Center | Return the Rectangle center |
| Height | Height |
| Left | Rectangle left |
| Right | Rectangle right |
| Top | Rectangle top |
| Width | Width |
| Methods | |
|---|---|
| ContainsPointI, bool | Return true if p is contained in the rectangle |
| ContainsPointF | Return true if p is contained in the rectangle |
| IsContainedInDeviceRectangleShape | Return true if this rectangle is contained in r |
| IsContainedInRectangleI | Return true if this rectangle is contained in r |
| IsPartiallyContainedInDeviceRectangleShape | Return true if a part of the rectangle is contained in r in the design coordinate system |
| IsPartiallyContainedInRectangleI, bool | Return true if a part of the rectangle is contained in r in the design coordinate system |
| TouchBorderOnlyRectangleI | Return True if the two rectangles only touch the side of eachother |