NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Rectangle.Inflate

[To be supplied.]

Overload List

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);

See Also

Rectangle Structure | Rectangle Members | System.Drawing Namespace