Intersects Method
Determines whether a rectangle intersects with this rectangle.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool Intersects(
Rect rect
)
Public Function Intersects (
rect As Rect
) As Boolean
member Intersects :
rect : Rect -> bool
Parameters
- Rect
- The other rectangle.
Return Value
Boolean
True if the specified rectangle intersects with this one; otherwise false.