The link routing algorithm uses a heuristic function of this type in its prediction steps.
Namespace: MindFusion.Layout
Package: MindFusion.Diagramming
C#
![]() |
---|
public delegate int RouteHeuristics ( |
Visual Basic
![]() |
---|
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.