OdMoveTo
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.opendocument.OdObject, com.aspose.imaging.fileformats.opendocument.objects.graphic.OdGraphicObject
public class OdMoveTo extends OdGraphicObject
The Enhanced moveTo
Constructors
Constructor | Description |
---|---|
OdMoveTo(OdObject parent) | Initializes a new instance of the OdMoveTo class. |
Methods
Method | Description |
---|---|
getCoordinates() | Gets or sets the coordinates. |
setCoordinates(PointF value) | Gets or sets the coordinates. |
OdMoveTo(OdObject parent)
public OdMoveTo(OdObject parent)
Initializes a new instance of the OdMoveTo
class.
Parameters:
Parameter | Type | Description |
---|---|---|
parent | OdObject | The parent. |
getCoordinates()
public PointF getCoordinates()
Gets or sets the coordinates.
Returns: PointF - The coordinates.
setCoordinates(PointF value)
public void setCoordinates(PointF value)
Gets or sets the coordinates.
Parameters:
Parameter | Type | Description |
---|---|---|
value | PointF | The coordinates. |