JPlanner Programmer's Guide
RectangleD.intersectsWith Method (Rectangle)
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

intersectsWith Method Overload List
RectangleD Members
RectangleD Class
com.mindfusion.common Namespace