RectWithY Method

Returns a new Rect with the specified Y position.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Rect WithY(
	double y
)

Parameters

y  Double
The y position.

Return Value

Rect
The new Rect.

See Also