PixelVectorWithY Method

Returns a new vector with the specified Y coordinate.

Definition

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

Parameters

y  Int32
The Y coordinate.

Return Value

PixelVector
The new vector.

See Also