MindFusion.Wpf Pack Programmer's Guide
DiagramLink.Intersects Method (DiagramNode)
See Also
 





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

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

 Syntax

C#  Copy Code

public new virtual bool Intersects (
    DiagramNode node
)

Visual Basic  Copy Code

Public Shadows Overridable 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, or false otherwise.

 See Also

Intersects Method Overload List
DiagramLink Members
DiagramLink Class
MindFusion.Diagramming.Wpf Namespace