Initializes a new instance of RectangleF.
Overload List
public RectangleF();public RectangleF( RectangleF rect );public RectangleF( Rectangle rect );public RectangleF( double x, double y, double width, double height );public RectangleF( PointF location, SizeF size );