RectWithX Method

Returns a new Rect with the specified X position.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Rect WithX(
	double x
)

Parameters

x  Double
The x position.

Return Value

Rect
The new Rect.

See Also