VectorWithY Method
Returns a new vector with the specified Y component.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Vector WithY(
double y
)
Public Function WithY (
y As Double
) As Vector
member WithY :
y : float -> Vector
- y Double
- The Y component.
VectorThe new vector.