Rect.

Inflate(Thickness) Method

Summary

Inflates the rectangle.
Namespace
Avalonia
Containing Type
Rect

Syntax

public Rect Inflate(Thickness thickness)

Parameters

Name Type Description
thickness Thickness The thickness to be subtracted for each side of the rectangle.

Return Value

Type Description
Rect The inflated rectangle.