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 (SizeF)

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

Parameters

size
Amount to inflate this RectangleF.

See Also

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