PolylineTo
Source: aspose.
Contains x- and y-coordinates of the last point of a polyline and a polyline formula. The coordinates are specified in the X and Y elements, and the formula is specified in the A element.
new PolylineTo()
Creates an instance of the PolylineTo class.
Methods
deepClone() → Object
Creates deep copy of this instance.
- Returns
-
Object
getA()
The polyline formula.
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 polyline.
getY()
The y-coordinate of the ending vertex of a polyline.
setA()
The polyline formula.
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 polyline.
setY()
The y-coordinate of the ending vertex of a polyline.