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