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