WithHeight Method
Returns a new Rect with the specified height.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public Rect WithHeight(
double height
)
Public Function WithHeight (
height As Double
) As Rect
member WithHeight :
height : float -> Rect
Parameters
- Double
- The height.