MindFusion.Wpf Pack Programmer's Guide
PathFinder Constructor (Diagram)
See Also
 





Initializes a new instance of the PathFinder class. Path-finding will depend on the direction of links.

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

 Syntax

C#  Copy Code

public PathFinder (
    Diagram diagram
)

Visual Basic  Copy Code

Public New ( _
    diagram As Diagram _
)

 Parameters

diagram
An instance of the Diagram class in which to look for paths or cycles.

 Remarks

The PathFinder methods look for paths and cycles in the Diagram instance specified through the argument. The diagram is treated as a directed graph and the direction of links is considered when looking for a path, that is, a path continues from a node only through its OutgoingLinks.

 See Also

PathFinder Constructor Overload List
PathFinder Class
MindFusion.Diagramming.Wpf Namespace