PixelRectWithY Method

Returns a new PixelRect with the specified Y position.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public PixelRect WithY(
	int y
)

Parameters

y  Int32
The y position.

Return Value

PixelRect
The new PixelRect.

See Also