fill_rectangle method

fill_rectangle

Fills the specified rectangle with the specified brush.

def fill_rectangle(self, rectangle, brush):
    ...
ParameterTypeDescription
rectangleaspose.pydrawing.RectangleThe rectangle to fill.
brushIBrushThe brush IBrush to use for filling.

See Also