PointWithY Method
Returns a new point with the specified Y coordinate.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Point WithY(
double y
)
Public Function WithY (
y As Double
) As Point
member WithY :
y : float -> Point
- y Double
- The Y coordinate.
PointThe new point.