Class OrgLineConnectorTool
OrgLineConnector tool is used to connect nodes in an org line shaped manner by providing its start point and end point.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Windows.dll
Syntax
public class OrgLineConnectorTool : LineBaseTool, IDisposable
Constructors
OrgLineConnectorTool(DiagramController)
Initializes a new instance of the OrgLineConnectorTool class.
Declaration
public OrgLineConnectorTool(DiagramController controller)
Parameters
| Type | Name | Description |
|---|---|---|
| DiagramController | controller | The controller. |
Methods
CreateNode(PointF, PointF)
Creates the line shape node.
Declaration
protected override Node CreateNode(PointF ptStart, PointF ptEnd)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Drawing.PointF | ptStart | The start point. |
| System.Drawing.PointF | ptEnd | The end point. |
Returns
| Type | Description |
|---|---|
| Node | The z shaped connector |
Overrides
Implements
System.IDisposable