| Rect Constructor |
| Name | Description | |
|---|---|---|
| Rect(Point, Point) |
Initializes a new instance of the Rect structure that is exactly large enough to contain the two specified points.
| |
| Rect(Point, Size) |
Initializes a new instance of the Rect structure that has the specified top-left corner location and the specified width and height.
| |
| Rect(Double, Double, Double, Double) |
Initializes a new instance of the Rect structure that has the specified x-coordinate, y-coordinate, width, and height.
|