RectIntersects Method

Determines whether a rectangle intersects with this rectangle.

Definition

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

Parameters

rect  Rect
The other rectangle.

Return Value

Boolean
True if the specified rectangle intersects with this one; otherwise false.

See Also