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