Implements a simple link routing algorithm that pulls link segments out of nodes they would overlap.
The following tables list the members exposed by the Router type.
Public Constructors| Name | Description | |
|---|---|---|
![]() |
Initializes a new instance of the Router class. |
Public Properties| Name | Description | |
|---|---|---|
![]() |
Gets or sets a value indicating whether to avoid overlapping links. |
Public Methods| Name | Description | |
|---|---|---|
![]() |
Called when a single link must be routed. |
|
![]() |
Calculates actual route and returns it as an array of points. |
|
![]() |
Called when more than one link must be routed. |
See Also