Search
GridRouter Class
Remarks See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class GridRouter : ILinkRouter

Visual Basic  Copy Code

Public Class GridRouter
    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.GridRouter

 See Also