InflatedRectRouter
Class
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:
Constructors
C#
public InflatedRectRouter()
Methods
Gets the route points.
C#
public static IList<Point> GetRoutePoints(ConnectorInfo source, ConnectorInfo target)
The source.
targetConnectorInfoThe target.
Returns:IList<Point>
The points of the route.
Gets the route points.
C#
public IList<Point> GetRoutePoints(IConnection connection, bool showLastLine)
The connection.
showLastLineboolWhether the last line segment should be shown.
Returns:IList<Point>
Implements: