Class ParallelRouteLink

GoDiagram®
v10.0.8
by Northwoods Software®

This custom Link class customizes its route to go parallel to other links conntecting the same ports, if the link is not orthogonal and is not Bezier curved.

Inheritance
ParallelRouteLink
Namespace: Northwoods.Go.Extensions
Assembly: ParallelRouteLinkWinForms.dll
public class ParallelRouteLink : Link, IHasContextMenu, IHasToolTip

Methods

Constructs the link's route by modifying points.

Declaration
public override bool ComputePoints()
Returns
Type Description
bool

true if it computed a route of points

Overrides

Implements