JPlanner Programmer's Guide
Rectangle.intersectsWith Method
See Also
 






Determines if this rectangle intersects with the specified rectangle.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public boolean intersectsWith (
    Rectangle rect
)

 Parameters

rect

The rectangle to test.

 Return Value

true if there is any intersection, otherwise false.

 See Also

Rectangle Members
Rectangle Class
com.mindfusion.common Namespace