RectIntersects Method
Determines whether a rectangle intersects with this rectangle.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool Intersects(
Rect rect
)
Public Function Intersects (
rect As Rect
) As Boolean
member Intersects :
rect : Rect -> bool
- rect Rect
- The other rectangle.
Boolean
True if the specified rectangle intersects with this one; otherwise false.