fill_rect method
fill_rect
Fills the specified rectangular area with the current fill style.
def fill_rect(self, x, y, w, h):
...
| Parameter | Type | Description |
|---|---|---|
| x | float | The x-coordinate of the top-left corner of the rectangle. |
| y | float | The y-coordinate of the top-left corner of the rectangle. |
| w | float | The width of the rectangle. |
| h | float | The height of the rectangle. |
See Also
- module
aspose.svg.rendering - class
ICanvas