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

[To be supplied.]

Overload List

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

[Visual Basic] Overloads Public Sub Inflate(SizeF)
[C#] public void Inflate(SizeF);
[C++] public: void Inflate(SizeF);
[JScript] public function 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(Single, Single)
[C#] public void Inflate(float, float);
[C++] public: void Inflate(float, float);
[JScript] public function Inflate(float, float);

Creates a RectangleF that is inflated by the specified amount. If a negative size is specified the RectangleF will be deflated.

[Visual Basic] Overloads Public Shared Function Inflate(RectangleF, Single, Single) As RectangleF
[C#] public static RectangleF Inflate(RectangleF, float, float);
[C++] public: static RectangleF Inflate(RectangleF, float, float);
[JScript] public static function Inflate(RectangleF, float, float) : RectangleF;

See Also

RectangleF Structure | RectangleF Members | System.Drawing Namespace