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