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