[To be supplied.]
Creates a new RectangleF. The size and location are determined from the parameters.
[Visual Basic] Overloads Public Sub New(Single, Single, Single, Single)
[C#] public RectangleF(float, float, float, float);
[C++] public: RectangleF(float, float, float, float);
[JScript] public function RectangleF(float, float, float, float);
[To be supplied.]
[Visual Basic] Overloads Public Sub New(PointF, SizeF)
[C#] public RectangleF(PointF, SizeF);
[C++] public: RectangleF(PointF, SizeF);
[JScript] public function RectangleF(PointF, SizeF);
RectangleF Structure | RectangleF Members | System.Drawing Namespace