Search
QuickRouter Class
Remarks See Also
 





Implements a very fast link routing algorithm that uses a tree to represent the free and occupied regions in the diagram.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class QuickRouter : ILinkRouter

Visual Basic  Copy Code

Public Class QuickRouter
    Implements ILinkRouter

 Remarks

To use this class for link routing simply assign its instance to the LinkRouter property of the Diagram class.

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.QuickRouter

 See Also