RelLineTo class
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.
Inheritance: RelLineTo → Coordinate
The RelLineTo type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| RelLineTo() | Creates an instance of the LineTo 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 straight line segment. |
| y | The y-coordinate of the ending vertex of a straight line segment. |
Methods
| Method | Description |
|---|---|
| clone() | Creates deep copy of this instance. |
See Also
- module aspose.diagram
- class Coordinate