RectangleF Constructor |
Name | Description | |
---|---|---|
RectangleF(Rectangle) |
Initilizes a new instance of the RectangleF class with the specified rectangle.
| |
RectangleF(SizeF) |
Initializes a new instance of the Rectangle class with X, Y co-ordinates at 0,0 and the specified size | |
RectangleF(PointF, PointF) |
Initializes a new instance of the Rectangle class with two points
| |
RectangleF(PointF, SizeF) |
Initializes a new instance of the Rectangle class with the specified location and size | |
RectangleF(Single, Single, Single, Single) |
Initializes a new instance of the Rectangle class with the specified x, y, width, and height |