Search
DiagramLink.Intersects Method (DiagramNode)
See Also
 





Checks whether the link contour intersects with the outline of the specified node.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool Intersects (
    DiagramNode node
)

Visual Basic  Copy Code

Public Function Intersects( _
    node As DiagramNode _
) As Boolean

 Parameters

node
A DiagramNode object for which to determine whether the link intersects it.

 Return Value

true if the link intersects the node; otherwise, false.

 See Also