Table of Contents

Class CdrEllipse

Namespace
Aspose.Imaging.FileFormats.Cdr.Objects
Assembly
Aspose.Imaging.dll

The cdr Ellipse

public class CdrEllipse : CdrGraphicObject, IDisposable
Inheritance
CdrEllipse
Implements
Inherited Members

Constructors

CdrEllipse()

public CdrEllipse()
See Also

Properties

Angle1

Gets or sets the angle1.

public double Angle1 { get; set; }

Property Value

double

The angle1.

See Also

Angle2

Gets or sets the angle2.

public double Angle2 { get; set; }

Property Value

double

The angle2.

See Also

Pie

Gets or sets a value indicating whether this CdrEllipse is pie.

public bool Pie { get; set; }

Property Value

bool

true if pie; otherwise, false.

See Also

See Also