PixelRectWithWidth Method

Returns a new PixelRect with the specified width.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public PixelRect WithWidth(
	int width
)

Parameters

width  Int32
The width.

Return Value

PixelRect
The new PixelRect.

See Also