Class SemiCircleTool
Interactive tool for drawing semi-circles.
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 SemiCircleTool : RectangleToolBase, IDisposable
Remarks
Constructors
SemiCircleTool(DiagramController)
Initializes a new instance of the SemiCircleTool class.
Declaration
public SemiCircleTool(DiagramController controller)
Parameters
Type | Name | Description |
---|---|---|
DiagramController | controller | The controller. |
Fields
m_type
Declaration
public SemiCircleType m_type
Field Value
Type |
---|
SemiCircleType |
Properties
FillStyle
Gets the properties used to fill the interior of regions.
Declaration
public FillStyle FillStyle { get; }
Property Value
Type | Description |
---|---|
FillStyle | The fill style. |
SemiCircleType
Gets or sets a value to specifies the semi-circle type.
Declaration
public SemiCircleType SemiCircleType { get; set; }
Property Value
Type |
---|
SemiCircleType |
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
Dispose()
Declaration
public override void Dispose()
Overrides
SetFillStyle(FilledPath)
Set the fill style to the new node.
Declaration
protected void SetFillStyle(FilledPath node)
Parameters
Type | Name | Description |
---|---|---|
FilledPath | node |
Implements
System.IDisposable