Class CdrEllipse

Class CdrEllipse

Namespace: Aspose.Imaging.FileFormats.Cdr.Objects
Assembly: Aspose.Imaging.dll (25.2.0)

The cdr Ellipse

[JsonObject(MemberSerialization.OptIn)]
public class CdrEllipse : CdrGraphicObject, IDisposable

Inheritance

objectDisposableObjectCdrObjectCdrGraphicObjectCdrEllipse

Implements

IDisposable

Inherited Members

CdrGraphicObject.Width, CdrGraphicObject.Height, CdrGraphicObject.BoundsInPixels, CdrGraphicObject.ClipId, CdrObject.Parent, CdrObject.Document, DisposableObject.Dispose(), DisposableObject.ReleaseManagedResources(), DisposableObject.ReleaseUnmanagedResources(), DisposableObject.VerifyNotDisposed(), DisposableObject.Disposed, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

CdrEllipse()

public CdrEllipse()

Properties

Angle1

Gets or sets the angle1.

[JsonProperty]
public double Angle1 { get; set; }

Property Value

double

Angle2

Gets or sets the angle2.

[JsonProperty]
public double Angle2 { get; set; }

Property Value

double

Pie

Gets or sets a value indicating whether this Aspose.Imaging.FileFormats.Cdr.Objects.CdrEllipse is pie.

[JsonProperty]
public bool Pie { get; set; }

Property Value

bool

See Also

CdrObjectContainer