PixelRectWithHeight Method

Returns a new PixelRect with the specified height.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public PixelRect WithHeight(
	int height
)

Parameters

height  Int32
The height.

Return Value

PixelRect
The new PixelRect.

See Also