add_path method

add_path

Adds to the path the path given by the argument.

def add_path(self, path):
    ...
ParameterTypeDescription
pathPath2DA Path2D path to add.

add_path

Adds to the path the path given by the argument.

def add_path(self, path, transformation):
    ...
ParameterTypeDescription
pathPath2DA Path2D path to add.
transformationaspose.html.dom.svg.datatypes.SVGMatrixAn SVGMatrix to be used as the transformation matrix for the path that is added.

See Also