Checks whether this link intersects with the specified link.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool Intersects ( |
Visual Basic
Copy Code
|
|---|
Public Function Intersects( _ |
A DiagramLink object for which to determine whether the link intersects it.
true if the two links intersect; otherwise, false.
See Also