New to Telerik UI for WinFormsStart a free 30-day trial

Router used for free connections.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

C#
public class InflatedRectRouter : IRouter

Inheritance: objectInflatedRectRouter

Implements: IRouter

Constructors

C#
public InflatedRectRouter()

Methods

Gets the route points.

C#
public static IList<Point> GetRoutePoints(ConnectorInfo source, ConnectorInfo target)
Parameters:sourceConnectorInfo

The source.

targetConnectorInfo

The target.

Returns:

IList<Point>

The points of the route.

Gets the route points.

C#
public IList<Point> GetRoutePoints(IConnection connection, bool showLastLine)
Parameters:connectionIConnection

The connection.

showLastLinebool

Whether the last line segment should be shown.

Returns:

IList<Point>

Implements: IRouter.GetRoutePoints(IConnection, bool)