add_path method
add_path
Adds to the path the path given by the argument.
def add_path(self, path):
...
Parameter | Type | Description |
---|---|---|
path | Path2D | A Path2D path to add. |
add_path
Adds to the path the path given by the argument.
def add_path(self, path, transformation):
...
Parameter | Type | Description |
---|---|---|
path | Path2D | A Path2D path to add. |
transformation | aspose.html.dom.svg.datatypes.SVGMatrix | An SVGMatrix to be used as the transformation matrix for the path that is added. |
See Also
- module
aspose.html.dom.canvas
- class
Path2D