fill_rectangle method
fill_rectangle
Fills the specified rectangle with the specified brush.
def fill_rectangle(self, rectangle, brush):
...
Parameter | Type | Description |
---|---|---|
rectangle | aspose.pydrawing.Rectangle | The rectangle to fill. |
brush | IBrush | The brush IBrush to use for filling. |
See Also
- module
aspose.svg.drawing
- class
IBitmap
- class
IBrush