InterfaceIRouter
Interface
Represents a connection router.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
cs-api-definition
public interface IRouter
Methods
GetRoutePoints(IConnection, bool)
Gets the route points.
Declaration
cs-api-definition
IList<Point> GetRoutePoints(IConnection connection, bool showLastLine)
Parameters
connection
The connection.
showLastLine
Whether the last line segment should be shown.
Returns
IList<Point>