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 (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( _
   ByVal size As Size _
)
[C#]
public void Inflate(
   Size size
);
[C++]
public: void Inflate(
   Size size
);
[JScript]
public function Inflate(
   size : Size
);

Parameters

size
Amount to inflate this rectangle.

See Also

Rectangle Structure | Rectangle Members | System.Drawing Namespace | Rectangle.Inflate Overload List