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