WithY Method
Returns a new vector with the specified Y coordinate.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public PixelVector WithY(
int y
)
Public Function WithY (
y As Integer
) As PixelVector
member WithY :
y : int -> PixelVector
Parameters
- Int32
- The Y coordinate.
Return Value
PixelVector
The new vector.