Rectangle Constructor |
Name | Description | |
---|---|---|
Rectangle(RectangleF) |
Initializes a new instance of a Rectangle class with truncated values of the specified floating-point rectangle | |
Rectangle(Size) |
Initializes a new instance of the Rectangle class with X, Y co-ordinates at 0,0 and the specified size | |
Rectangle(Point, Point) |
Initializes a new instance of the Rectangle class with two points
| |
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 x, y, width, and height |