Class CircleElement
CircleElement class.
Implements
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.SVG.IO
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class CircleElement : SuperElement, IElement, IStrokeAttributes, IFillAttributes, ITransformAttribute, IStyleAttribute, IFontAttributes, IViewBoxAttribute, IOpacityAttribute, IClipingAttribute
Constructors
CircleElement()
Initializes a new instance of the CircleElement class.
Declaration
public CircleElement()
Properties
CX
Gets or sets the length.
Declaration
public Length CX { get; set; }
Property Value
Type | Description |
---|---|
Length | The length. |
CY
Gets or sets the length.
Declaration
public Length CY { get; set; }
Property Value
Type | Description |
---|---|
Length | The length. |
R
Gets or sets the length.
Declaration
public Length R { get; set; }
Property Value
Type | Description |
---|---|
Length | The length. |
Methods
DrawSelf(Graphics)
Draws self.
Declaration
protected override void DrawSelf(Graphics g)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Graphics | g | The graphics. |