Determines a path for an IDiagramConnection, using the A* algorithm to plot a course which consists of horizontal and vertical segments and avoids collisions with other nodes and connections.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public class AStarPathfinder : IPathfinder
Visual Basic (Declaration)
Public Class AStarPathfinder _
	Implements IPathfinder

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfDiagramming.Foundation..::.AStarPathfinder

See Also