Rectangle Structure |
public struct Rectangle
The Rectangle type exposes the following members.
| Name | Description | |
|---|---|---|
| Rectangle(Rectangle) | Initializes a new instance of the Rectangle class | |
| Rectangle(RectangleF) | Initializes a new instance of the Rectangle class | |
| Rectangle(RectangleI) | Initializes a new instance of the Rectangle class | |
| Rectangle(Vector2) | Initializes a new instance of the Rectangle class | |
| Rectangle(Vector2, Vector2) | Initializes a new instance of the Rectangle class | |
| Rectangle(Double, Double, Double, Double) | Initializes a new instance of the Rectangle class |
| Name | Description | |
|---|---|---|
| Item | ||
| LeftBottom | ||
| LeftTop | ||
| Maximum | ||
| Minimum | ||
| RightBottom | ||
| RightTop | ||
| Size |
| 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) |