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