add_rect method

add_rect

Appends a rectangle to the current path as a complete subpath.

def add_rect(self, rect):
    ...
ParameterTypeDescription
rectaspose.pydrawing.RectangleFA rectangle to draw.

See Also