Determines whether a link intersects the specified node.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public boolean intersects ( |
The DiagramNode object to test intersection with.
true if the link intersects the specified node,otherwise false.
See Also