Class
InflatedRectRouter

Router used for free connections.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.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
[SuppressMessage("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
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
[SuppressMessage("Microsoft.Performance", "CA1801:ReviewUnusedParameters", MessageId = "showLastLine", Justification = "Part of the IRouter interface.")]
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)