SizeDeflate Method

Deflates the size by a Thickness.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Size Deflate(
	Thickness thickness
)

Parameters

thickness  Thickness
The thickness.

Return Value

Size
The deflated size.

Remarks

The deflated size cannot be less than 0.

See Also