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(
PixelRect rect
)
Public Function Intersects (
rect As PixelRect
) As Boolean
member Intersects :
rect : PixelRect -> bool
Parameters
- PixelRect
- The other rectangle.
Return Value
Boolean
True if the specified rectangle intersects with this one; otherwise false.