Constructor RectangleF
RectangleF(float, float, float, float)
Initializes a new instance of the RectangleF class with the specified location and size.
public RectangleF(float x, float y, float width, float height)
Parameters
RectangleF(PointF, SizeF)
Initializes a new instance of the RectangleF class with the specified location and size.
public RectangleF(PointF location, SizeF size)