PixelRectWithHeight Method
Returns a new
PixelRect with the specified height.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public PixelRect WithHeight(
int height
)
Public Function WithHeight (
height As Integer
) As PixelRect
member WithHeight :
height : int -> PixelRect
- height Int32
- The height.
PixelRectThe new
PixelRect.