Determines whether two nodes intersect.
SyntaxVB6
Copy Code
|
|---|
Public Function NodesIntersect( _ |
C++
Copy Code
|
|---|
public: |
true if the two nodes intersect; otherwise, false.
RemarksNodesIntersect determines whether two diagram nodes intersect, taking into account their shapes' outlines.
See Also