Finds and returns the shortest Path between the specified DiagramNode objects.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public Path FindShortestPath ( |
Visual Basic Copy Code |
---|
Public Function FindShortestPath( _ |
A Path instance that represents the shortest path found; null (Nothing in Visual Basic) if there is no path connecting from and to.
WpfDiagram Programmer's Guide | © 2024 MindFusion |