Class OdEllipticalQundrant
- Namespace
- Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
- Assembly
- Aspose.Imaging.dll
The elliptical quadrant
public class OdEllipticalQundrant : OdGraphicObject
- Inheritance
-
OdEllipticalQundrant
- Inherited Members
Constructors
OdEllipticalQundrant(OdObject)
Initializes a new instance of the OdEllipticalQundrant class.
public OdEllipticalQundrant(OdObject parent)
Parameters
parent
OdObjectThe parent.
Properties
AxisX
Gets or sets a value indicating whether [axis x].
public bool AxisX { get; set; }
Property Value
- bool
true
if [axis x]; otherwise,false
.
Point
Gets or sets the point.
public PointF Point { get; set; }
Property Value
- PointF
The point.