MindFusion.Wpf Pack Programmer's Guide
ScriptHelper.NodesIntersect Method
See Also
 





Calculates whether the specified nodes' outlines intersect.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool NodesIntersect (
    DiagramNode n1,
    DiagramNode n2
)

Visual Basic  Copy Code

Public Function NodesIntersect( _
    n1 As DiagramNode, _
    n2 As DiagramNode _
) As Boolean

 Parameters

n1
The first DiagramNode to check.
n2
The second DiagramNode to check.

 Return Value

true if the outlines of the specified nodes intersect; otherwise, false.

 See Also

ScriptHelper Members
ScriptHelper Class
MindFusion.Diagramming.Wpf Namespace