| Rect Constructor |
| Name | Description | |
|---|---|---|
| Rect(Point, Point) |
Initializes a Windows.Foundation.Rect structure that
is exactly large enough to contain the two specified points.
| |
| Rect(Point, Size) |
Initializes a Windows.Foundation.Rect structure based
on an origin and size.
| |
| Rect(Double, Double, Double, Double) |
Initializes a Windows.Foundation.Rect structure that
has the specified x-coordinate, y-coordinate, width, and height.
|