[C#]
RectangleF(double x, double y, double width, double height); RectangleF(PointF location, SizeF sz);
[Visual Basic]
Sub New(x As Double, y As Double, width As Double, height As Double) Sub New(location As PointF, sz As SizeF)
None.