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