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
Connector The source. |
Connector The target. |
Returns
System. 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. Whether the last line segment should be shown. |
Returns
System.
|