Rectangle Constructor
.NET Framework 4
Initializes a new instance of the Rectangle class with the specified location and size.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Rectangle(Point, Size) | Initializes a new instance of the Rectangle class with the specified location and size. |
|
Rectangle(Int32, Int32, Int32, Int32) | Initializes a new instance of the Rectangle class with the specified location and size. |