RectWithWidth Method

Returns a new Rect with the specified width.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Rect WithWidth(
	double width
)

Parameters

width  Double
The width.

Return Value

Rect
The new Rect.

See Also