The link routing algorithm uses a heuristic function of this type in its prediction steps.
Namespace: MindFusion.Layout
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public delegate int RouteHeuristics ( |
Visual Basic Copy Code |
---|
Public Delegate Function RouteHeuristics( _ |
A Point specifying the first of the points, between which the distance is calculated.
A Point specifying the first of the points, between which the distance is calculated.
An integer value indicating the calculated distance between the specified points.
Functions of this type can be assigned to the RouteHeuristics property of the RoutingOptions class.