Class OdArc

Class OdArc

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

The Enhanced Arc

[JsonObject(MemberSerialization.OptIn)]
public class OdArc : OdGraphicObject

Inheritance

objectOdObjectOdGraphicObjectOdArc

Inherited Members

OdGraphicObject.AbsoluteCoordinates, OdObject.parent, OdObject.Parent, OdObject.Items, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

OdArc(OdObject)

Initializes a new instance of the Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdArc class.

public OdArc(OdObject parent)

Parameters

parent OdObject

The parent.

Properties

ClockWise

Gets or sets a value indicating whether [clock wise].

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

Property Value

bool

IsArcTo

Gets or sets a value indicating whether this instance is arc to.

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

Property Value

bool

IsEllipticalQundrantX

Gets or sets a value indicating whether this instance is elliptical quadrant x.

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

Property Value

bool

IsEllipticalQundrantY

Gets or sets a value indicating whether this instance is elliptical quadrant y.

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

Property Value

bool

Point1

Gets or sets the point1.

[JsonProperty]
public PointF Point1 { get; set; }

Property Value

PointF

Point2

Gets or sets the point2.

[JsonProperty]
public PointF Point2 { get; set; }

Property Value

PointF

Point3

Gets or sets the point3.

[JsonProperty]
public PointF Point3 { get; set; }

Property Value

PointF

Point4

Gets or sets the point4.

[JsonProperty]
public PointF Point4 { get; set; }

Property Value

PointF