move_to method
move_to(self, x, y)
Starts a new figure from the specified point without closing the current figure. All subsequent points added to the path are added to this new figure.Unit: Pixel.
def move_to(self, x, y):
    ...
| Parameter | Type | Description | 
|---|---|---|
| x | float | The x-coordinate of the starting point of the figure(Unit: Pixel). | 
| y | float | The y-coordinate of the starting point of the figure(Unit: Pixel). | 
See Also
- module aspose.cells.drawing
- class ShapePath