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