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