arc_to method
arc_to
Appends the specified arc to the path.
def arc_to(self, width, heigth, start_angle, sweep_angle):
...
| Parameter | Type | Description |
|---|---|---|
| width | float | Width of the rectangle |
| heigth | float | Height of the rectangle |
| start_angle | float | Start angle. |
| sweep_angle | float | Sweep angle/ |
See Also
- class
IGeometryPath - module
aspose.slides - library
Aspose.Slides