Checks whether this link intersects the specified link.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public boolean intersects ( |
The DiagramLink object to test intersection with.
true if the links intersect; otherwise false.
See Also