Class
InflatedRectRouter

Router used for free connections.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

cs-api-definition
public class InflatedRectRouter : IRouter

Inheritance: objectInflatedRectRouter

Implements: IRouter

Constructors

InflatedRectRouter()

Declaration

cs-api-definition
public InflatedRectRouter()

Methods

GetRoutePoints(ConnectorInfo, ConnectorInfo)

Gets the route points.

Declaration

cs-api-definition
public static IList<Point> GetRoutePoints(ConnectorInfo source, ConnectorInfo target)

Parameters

source

ConnectorInfo

The source.

target

ConnectorInfo

The target.

Returns

IList<Point>

The points of the route.

GetRoutePoints(IConnection, bool)

Gets the route points.

Declaration

cs-api-definition
public IList<Point> GetRoutePoints(IConnection connection, bool showLastLine)

Parameters

connection

IConnection

The connection.

showLastLine

bool

Whether the last line segment should be shown.

Returns

IList<Point>

Implements IRouter.GetRoutePoints(IConnection, bool)