transform method

transform

Applies a transformation matrix to the context. See IMatrix.

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

See Also