public class OdLineTo extends OdGraphicObject
The enhanced lineTo
| Constructor and Description |
|---|
OdLineTo(OdObject parent)
Initializes a new instance of the
OdLineTo class. |
| Modifier and Type | Method and Description |
|---|---|
PointF |
getCoordinates()
Gets or sets the coordinates.
|
boolean |
getHorizontal()
Gets or sets a value indicating whether this
OdLineTo is vertical. |
boolean |
getVertical()
Gets or sets a value indicating whether this
OdLineTo is vertical. |
void |
setCoordinates(PointF value)
Gets or sets the coordinates.
|
void |
setHorizontal(boolean value)
Gets or sets a value indicating whether this
OdLineTo is vertical. |
void |
setVertical(boolean value)
Gets or sets a value indicating whether this
OdLineTo is vertical. |
getAbsoluteCoordinates, setAbsoluteCoordinatespublic OdLineTo(OdObject parent)
Initializes a new instance of the OdLineTo class.
parent - The parent.public PointF getCoordinates()
Gets or sets the coordinates.
public void setCoordinates(PointF value)
Gets or sets the coordinates.
value - The coordinates.public boolean getVertical()
Gets or sets a value indicating whether this OdLineTo is vertical.
true if vertical; otherwise, false.public void setVertical(boolean value)
Gets or sets a value indicating whether this OdLineTo is vertical.
value - true if vertical; otherwise, false.public boolean getHorizontal()
Gets or sets a value indicating whether this OdLineTo is vertical.
true if vertical; otherwise, false.public void setHorizontal(boolean value)
Gets or sets a value indicating whether this OdLineTo is vertical.
value - true if vertical; otherwise, false.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.