fill_round_rect method

fill_round_rect

Fills a round rectangle.

def fill_round_rect(self, x, y, width, height, arc_width, arc_height):
    ...
ParameterTypeDescription
xfloatX coordinate of upper left corner of the rectangle.
yfloatY coordinate of upper left corner of the rectangle.
widthfloatA width of the rectangle.
heightfloatA height of the rectangle.
arc_widthfloatA width of circumscribed rectangle of the arc that rounds an angle of the rectangle.
arc_heightfloatA height of circumscribed rectangle of the arc that rounds an angle of the rectangle.

See Also