Determines whether this arrow intersects a node, taking into account the node shape.
SyntaxVB6
Copy Code
|
|---|
Public Function IntersectsNode( _ |
C++
Copy Code
|
|---|
public: |
true if a segment of the arrow intersects the specified node; otherwise, false.
RemarksThe method determines whether any segment of the arrow intersects a node, taking into account the node's shape outline.
See Also