Finds and returns the shortest Path between the specified DiagramNode objects.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Path FindShortestPath ( |
Visual Basic Copy Code |
---|
Public Function FindShortestPath( _ |
The first DiagramNode in the Path.
The last DiagramNode in the Path.
A Path instance that represents the shortest path found; null if there is no path connecting from and to.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |