Rect.

WithHeight(double) Method

Summary

Returns a new Rect with the specified height.
Namespace
Avalonia
Containing Type
Rect

Syntax

public Rect WithHeight(double height)

Parameters

Name Type Description
height double The height.

Return Value

Type Description
Rect The new Rect.