RectInflate(Double) Method

Inflates the rectangle.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Rect Inflate(
	double thickness
)

Parameters

thickness  Double
The thickness to be subtracted for each side of the rectangle.

Return Value

Rect
The inflated rectangle.

See Also