Vector.

WithY(double) Method

Summary

Returns a new vector with the specified Y component.
Namespace
Avalonia
Containing Type
Vector

Syntax

public Vector WithY(double y)

Parameters

Name Type Description
y double The Y component.

Return Value

Type Description
Vector The new vector.