Search
DiagramLink.Intersects Method (DiagramLink)
See Also
 






Checks whether this link intersects with the specified link.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool Intersects (
    DiagramLink link
)

Visual Basic  Copy Code

Public Function Intersects( _
    link As DiagramLink _
) As Boolean

 Parameters

link

DiagramLink object for which to determine whether the link intersects it.

 Return Value

true if the two links intersect; otherwise, false.

 See Also