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