Rectangle |
public struct RectangleI
The RectangleI type exposes the following members.
| Name | Description | |
|---|---|---|
| RectangleI(RectangleI) | Initializes a new instance of the RectangleI class | |
| RectangleI(Vector2I, Vector2I) | Initializes a new instance of the RectangleI class | |
| RectangleI(Int32, Int32, Int32, Int32) | Initializes a new instance of the RectangleI class |
| Name | Description | |
|---|---|---|
| Item | ||
| LeftBottom | ||
| LeftTop | ||
| Maximum | ||
| Minimum | ||
| RightBottom | ||
| RightTop | ||
| Size |
| Name | Description | |
|---|---|---|
| Add(RectangleI) | ||
| Add(Vector2I) | ||
| Add(RectangleI, Vector2I, RectangleI) | ||
| Contains(RectangleI) | ||
| Contains(RectangleI) | ||
| Contains(Vector2I) | ||
| Contains(Vector2I) | ||
| Equals | (Overrides ValueTypeEquals(Object)) | |
| Expand(Int32) | ||
| Expand(Vector2I) | ||
| GetCenter | ||
| GetCenter(Vector2I) | ||
| GetHashCode | (Overrides ValueTypeGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Intersection(RectangleI) | ||
| Intersection(RectangleI, RectangleI) | ||
| Intersects(RectangleI) | ||
| Intersects(RectangleI) | ||
| IsCleared | ||
| IsInvalid | ||
| Parse | ||
| Subtract | ||
| ToRectangle | ||
| ToRectangleF | ||
| ToString | (Overrides ValueTypeToString) |
| Name | Description | |
|---|---|---|
| Addition(RectangleI, Vector2I) | ||
| Equality(RectangleI, RectangleI) | ||
| Inequality(RectangleI, RectangleI) | ||
| Subtraction(RectangleI, Vector2I) |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx) | |
| PropertyGet |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertyGetT |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx) |