The link routing algorithm uses a heuristic function of this type in its prediction steps.
Namespace: MindFusion.Layout
Assembly: MindFusion.Diagramming.Layout
SyntaxC#
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.
RemarksFunctions of this type can be assigned to the RouteHeuristics property of the RoutingOptions class.
See Also