RectWithHeight Method

Returns a new Rect with the specified height.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Rect WithHeight(
	double height
)

Parameters

height  Double
The height.

Return Value

Rect
The new Rect.

See Also