Interface IRouter
Represents a connection router.
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public interface IRouter
Methods
GetRoutePoints(IConnection, Boolean)
Gets the route points.
Declaration
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>
|