transform method

transform

Modify the current transformation matrix by multiplying the specified matrix.

def transform(self, matrix):
    ...
ParameterTypeDescription
matrixaspose.svg.drawing.IMatrixTransformation matrix.

See Also