move_to method
move_to
Sets next point position.
def move_to(self, point):
...
| Parameter | Type | Description |
|---|---|---|
| point | aspose.pydrawing.PointF | Point position |
move_to
Sets next point position.
def move_to(self, x, y):
...
| Parameter | Type | Description |
|---|---|---|
| x | float | X coordinate of the point |
| y | float | Y Coordinate of the point |
See Also
- class
IGeometryPath - module
aspose.slides - library
Aspose.Slides