Class EllipseTool
The Ellipse tool is used for adding/drawing graphical representation object of an Ellipse shape 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 EllipseTool : RectangleToolBase, IDisposable
Remarks
Constructors
EllipseTool(DiagramController)
Initializes a new instance of the EllipseTool class.
Declaration
public EllipseTool(DiagramController controller)
Parameters
Type | Name | Description |
---|---|---|
DiagramController | controller | The controller. |
Methods
CreateNode(RectangleF)
Complete the action.
Declaration
protected override Node CreateNode(RectangleF rectBounding)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.RectangleF | rectBounding | The rectangle bounding. |
Returns
Type | Description |
---|---|
Node | The node. |
Overrides
Implements
System.IDisposable