[To be supplied.]
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;
RectangleF Structure | RectangleF Members | System.Drawing Namespace