Inflates this RectangleF by the specified amount. If a negative size is specified the RectangleF will be deflated.
[Visual Basic] Overloads Public Sub Inflate( _ ByVal x As Single, _ ByVal y As Single _ ) [C#] public void Inflate( float x, float y ); [C++] public: void Inflate( float x, float y ); [JScript] public function Inflate( x : float, y : float );
RectangleF Structure | RectangleF Members | System.Drawing Namespace | RectangleF.Inflate Overload List