PixelPointWithY Method
Returns a new
PixelPoint with the same X co-ordinate and the specified Y co-ordinate.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public PixelPoint WithY(
int y
)
Public Function WithY (
y As Integer
) As PixelPoint
member WithY :
y : int -> PixelPoint
- y Int32
- The Y co-ordinate.
PixelPointThe new
PixelPoint.