EllipseShape
Class
Represents an ellipse shape.
Definition
Namespace:Telerik.Reporting.Drawing.Shapes
Assembly:Telerik.Reporting.dll
Syntax:
C#
[TypeConverter(typeof(EllipseShapeConverter))]
public class EllipseShape : ShapeBase
Inheritance: objectShapeBaseEllipseShape
Inherited Members
Constructors
Initializes a new instance of the EllipseShape with zero angle of rotation.
C#
public EllipseShape()
Initializes a new instance of the EllipseShape class with the specified angle of rotation in degrees.
C#
public EllipseShape(double startAngle)
A double value specifying the angle of rotation of the shape in degrees.
Methods
Clone()
object
TODO: Add documentation.
C#
public override object Clone()
object
Overrides:
Creates the shape.
C#
protected override void CreateShape()
Overrides:
ToString()
string
Returns a human-readable representation ot this EllipseShape.
C#
public override string ToString()
string
A human-readable representation ot this EllipseShape.
Overrides: