Click or drag to resize

RectangleF Constructor

Overload List
  NameDescription
Public methodRectangleF(Rectangle)
Initilizes a new instance of the RectangleF class with the specified rectangle.
Public methodRectangleF(SizeF)
Initializes a new instance of the Rectangle class with X, Y co-ordinates at 0,0 and the specified size
Public methodRectangleF(PointF, PointF)
Initializes a new instance of the Rectangle class with two points
Public methodRectangleF(PointF, SizeF)
Initializes a new instance of the Rectangle class with the specified location and size
Public methodRectangleF(Single, Single, Single, Single)
Initializes a new instance of the Rectangle class with the specified x, y, width, and height
Top
See Also