Search
DiagramNode.Intersects Method
See Also
 





Determines whether the node intersects another one, taking into account the outlines of node shapes.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool Intersects (
    DiagramNode node
)

Visual Basic  Copy Code

Public Function Intersects( _
    node As DiagramNode _
) As Boolean

 Parameters

node
A reference to the node to test for intersections with this one.

 Return Value

true if the current node intersects with the specified node; otherwise, false.

 See Also