fill_arc method
fill_arc
Fills an arc.
def fill_arc(self, x, y, width, height, start_angle, arc_angle):
...
| Parameter | Type | Description |
|---|---|---|
| x | float | X coordinate of center of the arc. |
| y | float | Y coordinate of center of the arc. |
| width | float | A width of circumscribed rectangle. |
| height | float | A height of circumscribed rectangle. |
| start_angle | float | A start angle of the arc. |
| arc_angle | float | An angle of the arc. |
See Also
- module
aspose.page.eps - class
PsDocument