Class OrthogonalConnectorTool
Orthogonal Connector Tool is used to connect nodes in an orthogonal manner by providing its start point and end point.
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Windows.dll
Syntax
public class OrthogonalConnectorTool : LineBaseTool, IDisposable
Constructors
OrthogonalConnectorTool(DiagramController)
Initializes a new instance of the OrthogonalConnectorTool class.
Declaration
public OrthogonalConnectorTool(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 orthogonal line connector |
Overrides
Implements
System.IDisposable