RectWithHeight Method
Returns a new
Rect with the specified height.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Rect WithHeight(
double height
)
Public Function WithHeight (
height As Double
) As Rect
member WithHeight :
height : float -> Rect
- height Double
- The height.
RectThe new
Rect.