fill_round_rect method
fill_round_rect
Fills a round rectangle.
def fill_round_rect(self, x, y, width, height, arc_width, arc_height):
...
Parameter | Type | Description |
---|---|---|
x | float | X coordinate of upper left corner of the rectangle. |
y | float | Y coordinate of upper left corner of the rectangle. |
width | float | A width of the rectangle. |
height | float | A height of the rectangle. |
arc_width | float | A width of circumscribed rectangle of the arc that rounds an angle of the rectangle. |
arc_height | float | A height of circumscribed rectangle of the arc that rounds an angle of the rectangle. |
See Also
- module
aspose.page.eps
- class
PsDocument