Calculates whether the specified nodes' outlines intersect.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool NodesIntersect ( |
Visual Basic
Copy Code
|
|---|
Public Function NodesIntersect( _ |
true if the outlines of the specified nodes intersect; otherwise, false.
See Also