RectangleF.Inflate
Contents
[
Hide
]Inflate(RectangleF, float, float)
Creates and returns an inflated copy of the specified RectangleF
structure. The copy is inflated by the specified amount. The original rectangle remains unmodified.
public static RectangleF Inflate(RectangleF rect, float x, float y)
Parameter | Type | Description |
---|---|---|
rect | RectangleF | The RectangleF to be copied. This rectangle is not modified. |
x | Single | The amount to inflate the copy of the rectangle horizontally. |
y | Single | The amount to inflate the copy of the rectangle vertically. |
Return Value
The inflated RectangleF
.
See Also
- struct RectangleF
- namespace Aspose.Imaging
- assembly Aspose.Imaging
Inflate(float, float)
Inflates this RectangleF
structure by the specified amount.
public void Inflate(float x, float y)
Parameter | Type | Description |
---|---|---|
x | Single | The amount to inflate this RectangleF structure horizontally. |
y | Single | The amount to inflate this RectangleF structure vertically. |
See Also
- struct RectangleF
- namespace Aspose.Imaging
- assembly Aspose.Imaging
Inflate(SizeF)
Inflates this RectangleF
by the specified amount.
public void Inflate(SizeF size)
Parameter | Type | Description |
---|---|---|
size | SizeF | The amount to inflate this rectangle. |
See Also
- struct SizeF
- struct RectangleF
- namespace Aspose.Imaging
- assembly Aspose.Imaging