Calculates whether the specified nodes' outlines intersect.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public bool NodesIntersect ( |
Visual Basic Copy Code |
---|
Public Function NodesIntersect( _ |
The first DiagramNode to check.
The second DiagramNode to check.
true if the outlines of the specified nodes intersect; otherwise, false.