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.Drawing.RectangleF
rectangle
A System.Drawing.RectangleF structure representing the bounding rectangle of the segment. |
Properties
Points
Gets the points of this segment.
Declaration
public PointF[] Points { get; }
Property Value
System.Drawing.PointF[]
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.Drawing.RectangleF
A System.Drawing.RectangleF structure representing the bounding rectangle of the segment. |