PointWithY Method

Returns a new point with the specified Y coordinate.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Point WithY(
	double y
)

Parameters

y  Double
The Y coordinate.

Return Value

Point
The new point.

See Also