Rect.

Intersects(Rect) Method

Summary

Determines whether a rectangle intersects with this rectangle.
Namespace
Avalonia
Containing Type
Rect

Syntax

public bool Intersects(Rect rect)

Parameters

Name Type Description
rect Rect The other rectangle.

Return Value

Type Description
bool True if the specified rectangle intersects with this one; otherwise false.