PolylineTo class
PolylineTo class
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.
Inheritance: PolylineTo → Coordinate
The PolylineTo type exposes the following members:
Constructors
Constructor | Description |
---|---|
PolylineTo() | Creates an instance of the PolylineTo class. |
Properties
Property | Description |
---|---|
ix | The zero-based index of the element within its parent element. |
x | The x-coordinate of the ending vertex of a polyline. |
y | The y-coordinate of the ending vertex of a polyline. |
a | The polyline formula. |
Methods
Method | Description |
---|---|
clone() | Creates deep copy of this instance. |
See Also
- module aspose.diagram
- class Coordinate