fill method
fill
Fills the current path with the specified fill rule.
def fill(self, mode):
...
| Parameter | Type | Description |
|---|---|---|
| mode | aspose.svg.drawing.FillRule | The fill rule to use for filling the path. |
fill
Fills the specified path with the specified fill rule.
def fill(self, path, mode):
...
| Parameter | Type | Description |
|---|---|---|
| path | IPath | The path to fill. |
| mode | aspose.svg.drawing.FillRule | The fill rule to use for filling the path. See FillRule. |
See Also
- module
aspose.svg.rendering - class
FillRule - class
ICanvas