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!

RectangleF.Inflate (Single, Single)

Inflates this RectangleF by the specified amount. If a negative size is specified the RectangleF will be deflated.

[Visual Basic]
Overloads Public Sub Inflate( _
   ByVal x As Single, _
   ByVal y As Single _
)
[C#]
public void Inflate(
   float x,
   float y
);
[C++]
public: void Inflate(
   float x,
   float y
);
[JScript]
public function Inflate(
   x : float,
   y : float
);

Parameters

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

See Also

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