IRouter
Interface
Represents a connection router.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public interface IRouter
Derived Classes:
Methods
Gets the route points.
C#
IList<Point> GetRoutePoints(IConnection connection, bool showLastLine)
The connection.
showLastLineboolWhether the last line segment should be shown.
Returns:IList<Point>