Rectangle Constructor
.NET Framework (current version)
Initializes a new instance of the Rectangle class with the specified location and size.
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | Rectangle(Int32, Int32, Int32, Int32) | Initializes a new instance of the Rectangle class with the specified location and size. |
![]() | Rectangle(Point, Size) | Initializes a new instance of the Rectangle class with the specified location and size. |
Show:
