PixelRectWithX Method

Returns a new PixelRect with the specified X position.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public PixelRect WithX(
	int x
)

Parameters

x  Int32
The x position.

Return Value

PixelRect
The new PixelRect.

See Also