PixelVectorWithY Method
Returns a new vector with the specified Y coordinate.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public PixelVector WithY(
int y
)
Public Function WithY (
y As Integer
) As PixelVector
member WithY :
y : int -> PixelVector
- y Int32
- The Y coordinate.
PixelVectorThe new vector.