RectWithX Method
Returns a new
Rect with the specified X position.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Rect WithX(
double x
)
Public Function WithX (
x As Double
) As Rect
member WithX :
x : float -> Rect
- x Double
- The x position.
RectThe new
Rect.