VectorWithY Method

Returns a new vector with the specified Y component.

Definition

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

Parameters

y  Double
The Y component.

Return Value

Vector
The new vector.

See Also