Toggle side menu
Toggle side menu
Home
Documentation
API
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
.