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
Ellipse
Declaration
public EllipseShape()
EllipseShape(Double)
Initializes a new instance of the
Ellipse
Declaration
public EllipseShape(double startAngle)
Parameters
System.
|
Methods
Clone()
CreateShape()
Creates the shape.
Declaration
protected override void CreateShape()
Overrides
ToString()
Returns a human-readable representation ot this
Ellipse
Declaration
public override string ToString()
Returns
System. A human-readable representation ot this
Ellipse |