Calculates whether the specified nodes' outlines intersect.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
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.
See Also