This is the complete list of members for VRageMath.Rectangle, including all inherited members.
Bottom | VRageMath.Rectangle | |
Center | VRageMath.Rectangle | |
Contains(int x, int y) | VRageMath.Rectangle | inline |
Contains(Point value) | VRageMath.Rectangle | inline |
Contains(ref Point value, out bool result) | VRageMath.Rectangle | inline |
Contains(Rectangle value) | VRageMath.Rectangle | inline |
Contains(ref Rectangle value, out bool result) | VRageMath.Rectangle | inline |
Equals(Rectangle other) | VRageMath.Rectangle | inline |
Equals(object obj) | VRageMath.Rectangle | inline |
GetHashCode() | VRageMath.Rectangle | inline |
Height | VRageMath.Rectangle | |
Inflate(int horizontalAmount, int verticalAmount) | VRageMath.Rectangle | inline |
Intersect(Rectangle value1, Rectangle value2) | VRageMath.Rectangle | inlinestatic |
Intersect(ref Rectangle value1, ref Rectangle value2, out Rectangle result) | VRageMath.Rectangle | inlinestatic |
Intersects(Rectangle value) | VRageMath.Rectangle | inline |
Intersects(ref Rectangle value, out bool result) | VRageMath.Rectangle | inline |
Left | VRageMath.Rectangle | |
Location | VRageMath.Rectangle | |
Offset(Point amount) | VRageMath.Rectangle | inline |
Offset(int offsetX, int offsetY) | VRageMath.Rectangle | inline |
operator!=(Rectangle a, Rectangle b) | VRageMath.Rectangle | inlinestatic |
operator==(Rectangle a, Rectangle b) | VRageMath.Rectangle | inlinestatic |
Rectangle() | VRageMath.Rectangle | inlinestatic |
Rectangle(int x, int y, int width, int height) | VRageMath.Rectangle | inline |
Right | VRageMath.Rectangle | |
Top | VRageMath.Rectangle | |
ToString() | VRageMath.Rectangle | inline |
Union(Rectangle value1, Rectangle value2) | VRageMath.Rectangle | inlinestatic |
Union(ref Rectangle value1, ref Rectangle value2, out Rectangle result) | VRageMath.Rectangle | inlinestatic |
Width | VRageMath.Rectangle | |
X | VRageMath.Rectangle | |
Y | VRageMath.Rectangle | |