Inflate(Thickness) Method
Inflates the rectangle.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public Rect Inflate(
Thickness thickness
)
Public Function Inflate (
thickness As Thickness
) As Rect
member Inflate :
thickness : Thickness -> Rect
Parameters
- Thickness
- The thickness to be subtracted for each side of the rectangle.
Return Value
Rect
The inflated rectangle.