Implements a very fast link routing algorithm that uses a tree to represent the free and occupied regions in the diagram.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public class QuickRouter : ILinkRouter |
Visual Basic
Copy Code
|
|---|
Public Class QuickRouter |
RemarksTo use this class for link routing simply assign its instance to the LinkRouter property of the Diagram class.
Inheritance HierarchySystem.Object![]()
MindFusion.Diagramming.Wpf.QuickRouter
See Also