RectangleF::Inflate Method
.NET Framework (current version)
Enlarges this RectangleF by the specified amount.
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Inflate(RectangleF, Single, Single) | Creates and returns an enlarged copy of the specified RectangleF structure. The copy is enlarged by the specified amount and the original rectangle remains unmodified. |
![]() | Inflate(Single, Single) | Enlarges this RectangleF structure by the specified amount. |
![]() | Inflate(SizeF) | Enlarges this RectangleF by the specified amount. |
Show:

