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 (Int32, Int32)

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

Parameters

x
Amount to inflate this rectangle horizontally.
y
Amount to inflate this rectangle vertically.

See Also

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