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