PixelRectWithX Method
Returns a new
PixelRect with the specified X position.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public PixelRect WithX(
int x
)
Public Function WithX (
x As Integer
) As PixelRect
member WithX :
x : int -> PixelRect
- x Int32
- The x position.
PixelRectThe new
PixelRect.