WithX Method
Returns a new PixelRect with the specified X position.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public PixelRect WithX(
int x
)
Public Function WithX (
x As Integer
) As PixelRect
member WithX :
x : int -> PixelRect
Parameters
- Int32
- The x position.