[]
Represents the location and size of a rectangle.
public class Rect
| Name | Description |
|---|---|
| Rect(double, double, double, double) | Initializes a new instance of Rect object. |
| Name | Description |
|---|---|
| Height | Gets the height of the rect. |
| Width | Gets the width of the rect. |
| X | Gets the x-coordinate of the upper-left corner of the rect. |
| Y | Gets the y-coordinate of the upper-left corner of the rect. |