PixelRect.

WithHeight(int) Method

Summary

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

Syntax

public PixelRect WithHeight(int height)

Parameters

Name Type Description
height int The height.

Return Value

Type Description
PixelRect The new PixelRect.