transform method

transform

Applies the specified transformation to the path.

def transform(self, transformation):
    ...
ParameterTypeDescription
transformationaspose.svg.drawing.IMatrixThe transformation matrix to apply.

See Also