Determines whether two nodes intersect.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public static boolean nodesIntersect ( |
The first node.
The second node.
true if the nodes intersect, otherwise false.
See Also