MoveTo class
MoveTo class
Contains the x- and y-coordinates of the first vertex of a shape, or contains the x- and y-coordinates of the first vertex after a break in a path.
Inheritance: MoveTo → Coordinate
The MoveTo type exposes the following members:
Constructors
Constructor | Description |
---|---|
MoveTo() | Creates an instance of the MoveTo class. |
Properties
Property | Description |
---|---|
ix | The zero-based index of the element within its parent element. |
x | X element represents the x-coordinate of the first vertex of a path. If the MoveTo element appears between two elements, the X element represents the x-coordinate of the first vertex after the break in the path |
y | Y element represents the y-coordinate of the first vertex of a path. If the MoveTo element appears between two elements, the Y element represents the y-coordinate of the first vertex after the break in the path. |
Methods
Method | Description |
---|---|
clone() | Creates deep copy of this instance. |
See Also
- module aspose.diagram
- class Coordinate