Class OdEllipticalQundrant
Class OdEllipticalQundrant
Namespace: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
Assembly: Aspose.Imaging.dll (25.2.0)
The elliptical quadrant
[JsonObject(MemberSerialization.OptIn)]
public class OdEllipticalQundrant : OdGraphicObject
Inheritance
object ← OdObject ← OdGraphicObject ← OdEllipticalQundrant
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
OdEllipticalQundrant(OdObject)
Initializes a new instance of the Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdEllipticalQundrant class.
public OdEllipticalQundrant(OdObject parent)
Parameters
parent
OdObject
The parent.
Properties
AxisX
Gets or sets a value indicating whether [axis x].
[JsonProperty]
public bool AxisX { get; set; }
Property Value
Point
Gets or sets the point.
[JsonProperty]
public PointF Point { get; set; }