Initializes a new instance of the PathFinder class. Path-finding will depend on the direction of links.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Silverlight
C#
![]() |
---|
public PathFinder ( |
Visual Basic
![]() |
---|
Public New ( _ |
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.