Table of Contents

Class OdArc

Namespace
Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
Assembly
Aspose.Imaging.dll

The Enhanced Arc

public class OdArc : OdGraphicObject
Inheritance
OdArc
Inherited Members

Constructors

OdArc(OdObject)

Initializes a new instance of the OdArc class.

public OdArc(OdObject parent)

Parameters

parent OdObject

The parent.

Properties

ClockWise

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

public bool ClockWise { get; set; }

Property Value

bool

true if [clock wise]; otherwise, false.

IsArcTo

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

public bool IsArcTo { get; set; }

Property Value

bool

true if this instance is arc to; otherwise, false.

IsEllipticalQundrantX

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

public bool IsEllipticalQundrantX { get; set; }

Property Value

bool

true if this instance is elliptical quadrant x; otherwise, false.

IsEllipticalQundrantY

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

public bool IsEllipticalQundrantY { get; set; }

Property Value

bool

true if this instance is elliptical qundrant y; otherwise, false.

Point1

Gets or sets the point1.

public PointF Point1 { get; set; }

Property Value

PointF

The point1.

Point2

Gets or sets the point2.

public PointF Point2 { get; set; }

Property Value

PointF

The point2.

Point3

Gets or sets the point3.

public PointF Point3 { get; set; }

Property Value

PointF

The point3.

Point4

Gets or sets the point4.

public PointF Point4 { get; set; }

Property Value

PointF

The point4.