Class ArcTool
The arc tool is used for adding/drawing graphical representation object of an arc shapes, which is a portion of an ellipse in Diagram control.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Windows.dll
Syntax
public class ArcTool : SplineTool, IDisposable
Constructors
ArcTool(DiagramController)
Initializes a new instance of the ArcTool class.
Declaration
public ArcTool(DiagramController controller)
Parameters
| Type | Name | Description |
|---|---|---|
| DiagramController | controller | The controller. |
Implements
System.IDisposable