Rect Constructor |
| Name | Description | |
|---|---|---|
| Rect(Point, Size) |
Initializes a new instance of the Rectangle class with the specified location and size.
| |
| Rect(Int32, Int32, Int32, Int32) |
Initializes a new instance of the Rectangle class with the specified location and size.
|