PixelRectUnion Method

Gets the union of two rectangles.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public PixelRect Union(
	PixelRect rect
)

Parameters

rect  PixelRect
The other rectangle.

Return Value

PixelRect
The union.

See Also