ClassInflatedRectRouter
Class
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:
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
The source.
target
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
The connection.
showLastLine
Whether the last line segment should be shown.
Returns
IList<Point>
Implements