MindFusion.Diagramming for Universal Windows Programmer's Guide
ConnectionPoint.NodesIntersect Method
See Also
 






Checks whether the node associated with the current connection point and the node associated with the specified connection point intersect.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool NodesIntersect (
    ConnectionPoint connectionPoint
)

Visual Basic  Copy Code

Public Function NodesIntersect( _
    connectionPoint As ConnectionPoint _
) As Boolean

 Parameters

connectionPoint

The connection point associated with the other node.

 Return Value

true of the nodes intersect, otherwise false.

 See Also

ConnectionPoint Members
ConnectionPoint Class
MindFusion.Diagramming Namespace