Search
DiagramNode.Intersects Method
See Also
 






Determines whether this node's outline intersects with the outline of the specified node.

Namespace: MindFusion.Diagramming
Assembly: 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