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