Creates a new RectangleF. The size and location are determined from the parameters.
[Visual Basic] Overloads Public Sub New( _ ByVal x As Single, _ ByVal y As Single, _ ByVal width As Single, _ ByVal height As Single _ ) [C#] public RectangleF( float x, float y, float width, float height ); [C++] public: RectangleF( float x, float y, float width, float height ); [JScript] public function RectangleF( x : float, y : float, width : float, height : float );
RectangleF Structure | RectangleF Members | System.Drawing Namespace | RectangleF Constructor Overload List