Class
Ellipse

Represents an ellipse segment of a shape.

Definition

Namespace:Telerik.Reporting.Drawing.Shapes

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public class Ellipse : IShapeSegment

Inheritance: objectEllipse

Implements: IShapeSegment

Constructors

Ellipse(RectangleF)

Initializes a new instance of the Ellipse class with the specified points.

Declaration

cs-api-definition
public Ellipse(RectangleF rectangle)

Parameters

rectangle

RectangleF

A RectangleF structure representing the bounding rectangle of the segment.

Properties

Points

Gets the points of this segment.

Declaration

cs-api-definition
public PointF[] Points { get; }

Property Value

PointF[]

A point array representing the points of the segment.

Implements IShapeSegment.Points

Rectangle

Gets the bounding rectangle of the segment.

Declaration

cs-api-definition
public RectangleF Rectangle { get; }

Property Value

RectangleF

A RectangleF structure representing the bounding rectangle of the segment.