Toggle side menu
Toggle side menu
Home
Documentation
API
Point
.
WithX
(double)
Method
Summary
Returns a new point with the specified X coordinate.
Namespace
Avalonia
Containing Type
Point
Syntax
public Point WithX(double x)
Parameters
Name
Type
Description
x
double
The X coordinate.
Return Value
Type
Description
Point
The new point.