RectIntersect Method

Gets the intersection of two rectangles.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Rect Intersect(
	Rect rect
)

Parameters

rect  Rect
The other rectangle.

Return Value

Rect
The intersection.

See Also