Class BezierTool
The Bezier tool is used for adding/drawing graphical representation object of a Bezier shapes connector in Diagram control.
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 BezierTool : LineBaseTool, IDisposable
Constructors
BezierTool(DiagramController)
Initializes a new instance of the BezierTool class.
Declaration
public BezierTool(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 arc node |
Overrides
Implements
System.IDisposable