PixelPointWithY Method

Returns a new PixelPoint with the same X co-ordinate and the specified Y co-ordinate.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public PixelPoint WithY(
	int y
)

Parameters

y  Int32
The Y co-ordinate.

Return Value

PixelPoint
The new PixelPoint.

See Also