Class InflatedRectRouter
Router used for free connections.
Inheritance
System.Object
InflatedRectRouter
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class InflatedRectRouter : Object, IRouter
Constructors
InflatedRectRouter()
Declaration
public InflatedRectRouter()
Methods
GetRoutePoints(ConnectorInfo, ConnectorInfo)
Gets the route points.
Declaration
public static IList<Point> GetRoutePoints(ConnectorInfo source, ConnectorInfo target)
Parameters
ConnectorInfo
source
The source. |
ConnectorInfo
target
The target. |
Returns
System.Collections.Generic.IList<System.Windows.Point>
The points of the route. |
GetRoutePoints(IConnection, Boolean)
Gets the route points.
Declaration
public IList<Point> GetRoutePoints(IConnection connection, bool showLastLine)
Parameters
IConnection
connection
The connection. |
System.Boolean
showLastLine
Whether the last line segment should be shown. |
Returns
System.Collections.Generic.IList<System.Windows.Point>
|