WithX Method
Returns a new point with the specified X coordinate.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public Point WithX(
double x
)
Public Function WithX (
x As Double
) As Point
member WithX :
x : float -> Point
Parameters
- Double
- The X coordinate.
Return Value
Point
The new point.