RelLineTo
RelLineTo class
Contains x- and y-coordinates of the ending vertex of a straight line segment. These coordinates are contained in the X and Y elements, respectively.Coordinates are specified as relative coordinates.
new RelLineTo()
Creates an instance of the LineTo class.
Methods
| Name | Description |
|---|---|
| deepClone() | Creates deep copy of this instance. |
| getDel() | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca |
| getIX() | The zero-based index of the element within its parent element. |
| getX() | The x-coordinate of the ending vertex of a straight line segment. |
| getY() | The y-coordinate of the ending vertex of a straight line segment. |
| setDel() | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca |
| setIX() | The zero-based index of the element within its parent element. |
| setX() | The x-coordinate of the ending vertex of a straight line segment. |
| setY() | The y-coordinate of the ending vertex of a straight line segment. |
deepClone()
Creates deep copy of this instance.
Returns: Object — Object
getDel()
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
getIX()
The zero-based index of the element within its parent element.
getX()
The x-coordinate of the ending vertex of a straight line segment.
getY()
The y-coordinate of the ending vertex of a straight line segment.
setDel()
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
setIX()
The zero-based index of the element within its parent element.
setX()
The x-coordinate of the ending vertex of a straight line segment.
setY()
The y-coordinate of the ending vertex of a straight line segment.