Search
Utilities.checkIntersect Method
See Also
 

Checks if the specified rectangle and circle intersect.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public static boolean checkIntersect (
    Point2D pt,
    Rectangle2D rc,
    float rad
)

 Parameters

pt

rc

rad

 Return Value

 See Also