Class Ellipse
Represents an ellipse segment of a shape.
Inheritance
Namespace: Telerik.Reporting.Drawing.Shapes
Assembly: Telerik.Reporting.dll
Syntax
public class Ellipse : IShapeSegment
Constructors
Ellipse(RectangleF)
Initializes a new instance of the Ellipse class with the specified points.
Declaration
public Ellipse(RectangleF rectangle)
Parameters
System. A System. |
Properties
Points
Gets the points of this segment.
Declaration
public PointF[] Points { get; }
Property Value
System. A point array representing the points of the segment. |
Implements
Rectangle
Gets the bounding rectangle of the segment.
Declaration
public RectangleF Rectangle { get; }
Property Value
System. A System. |