Class EllipseShape
Represents an ellipse shape.
Inherited Members
Namespace: Telerik.Reporting.Drawing.Shapes
Assembly: Telerik.Reporting.dll
Syntax
public class EllipseShape : ShapeBase, IEnumerable<IShapeSegment>, IEnumerable, ICloneable
Constructors
EllipseShape()
Initializes a new instance of the EllipseShape with zero angle of rotation.
Declaration
public EllipseShape()
EllipseShape(Double)
Initializes a new instance of the EllipseShape with the specified angle of rotation in degrees.
Declaration
public EllipseShape(double startAngle)
Parameters
System.Double
startAngle
|
Methods
Clone()
CreateShape()
Creates the shape.
Declaration
protected override void CreateShape()
Overrides
ToString()
Returns a human-readable representation ot this EllipseShape.
Declaration
public override string ToString()
Returns
System.String
A human-readable representation ot this EllipseShape. |