Search
Arrow.IntersectsNode Method
See Also
 



Determines whether this arrow intersects a node, taking into account the node shape.

 Syntax

VB6  Copy Code

Public Function IntersectsNode( _
    ByVal node As Object _
) As Boolean

C++  Copy Code

public:
bool IntersectsNode (
    IDispatch* node
)

 Parameters

node
A diagram node to test for intersection.

 Return Value

true if a segment of the arrow intersects the specified node; otherwise, false.

 Remarks

The method determines whether any segment of the arrow intersects a node, taking into account the node's shape outline.

 See Also