[To be supplied.]
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(Rectangle, Integer, Integer) As Rectangle
[C#] public static Rectangle Inflate(Rectangle, int, int);
[C++] public: static Rectangle Inflate(Rectangle, int, int);
[JScript] public static function Inflate(Rectangle, int, int) : Rectangle;
Inflates this rectangle by the specified amount. If a negative size is specified the rectangle will be deflated.
[Visual Basic] Overloads Public Sub Inflate(Size)
[C#] public void Inflate(Size);
[C++] public: void Inflate(Size);
[JScript] public function Inflate(Size);
Inflates this rectangle by the specified amount. If a negative size is specified the rectangle will be deflated.
[Visual Basic] Overloads Public Sub Inflate(Integer, Integer)
[C#] public void Inflate(int, int);
[C++] public: void Inflate(int, int);
[JScript] public function Inflate(int, int);
Rectangle Structure | Rectangle Members | System.Drawing Namespace