DiagramLite 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.Silverlight

 Syntax

C#  Copy Code

public bool NodesIntersect (
    ConnectionPoint connectionPoint
)

Visual Basic  Copy Code

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

 Parameters

connectionPoint
A ConnectionPoint instance.

 Return Value

true if the node associated with the current connection point and the node associated with the specified connection point intersect; otherwise, false.

 See Also

ConnectionPoint Members
ConnectionPoint Class
MindFusion.Diagramming Namespace