Toggle side menu
Toggle side menu
Home
Documentation
API
PixelRect
.
WithY
(int)
Method
Summary
Returns a new
PixelRect
with the specified Y position.
Namespace
Avalonia
Containing Type
PixelRect
Syntax
public PixelRect WithY(int y)
Parameters
Name
Type
Description
y
int
The y position.
Return Value
Type
Description
PixelRect
The new
PixelRect
.