RectInflate(Thickness) Method
Inflates the rectangle.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Rect Inflate(
Thickness thickness
)
Public Function Inflate (
thickness As Thickness
) As Rect
member Inflate :
thickness : Thickness -> Rect
- thickness Thickness
- The thickness to be subtracted for each side of the rectangle.
RectThe inflated rectangle.