add_path method
add_path
Adds the specified path to the current path, applying the given transformation.
def add_path(self, path, transformation):
...
Parameter | Type | Description |
---|---|---|
path | IPath | The path to add. |
transformation | aspose.svg.drawing.IMatrix | The transformation to apply. See IMatrix . |
See Also
- module
aspose.svg.rendering
- class
IMatrix
- class
IPath