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





DiagramItem.Intersects override. Checks whether the specified rectangle intersects with this link.

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

 Syntax

C#  Copy Code

public override bool Intersects (
    Rect rect
)

Visual Basic  Copy Code

Public Overrides Function Intersects( _
    rect As Rect _
) As Boolean

 Parameters

rect

A System.Windows.Rect instance.

 Return Value

true if this link intersects the rectangle, or false otherwise.

 See Also

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