public class OdEllipticalQundrant extends OdGraphicObject
The elliptical quadrant
| Constructor and Description |
|---|
OdEllipticalQundrant(OdObject parent)
Initializes a new instance of the
OdEllipticalQundrant class. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAxisX()
Gets or sets a value indicating whether [axis x].
|
PointF |
getPoint()
Gets or sets the point.
|
void |
setAxisX(boolean value)
Gets or sets a value indicating whether [axis x].
|
void |
setPoint(PointF value)
Gets or sets the point.
|
getAbsoluteCoordinates, setAbsoluteCoordinatespublic OdEllipticalQundrant(OdObject parent)
Initializes a new instance of the OdEllipticalQundrant class.
parent - The parent.public PointF getPoint()
Gets or sets the point.
public void setPoint(PointF value)
Gets or sets the point.
value - The point.public boolean getAxisX()
Gets or sets a value indicating whether [axis x].
true if [axis x]; otherwise, false.public void setAxisX(boolean value)
Gets or sets a value indicating whether [axis x].
value - true if [axis x]; otherwise, false.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.