draw_arc method
draw_arc
Draws an arc.
def draw_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