transform method

transform

Adds transformation to current graphics state (concatenates this matrix with current one).

def transform(self, matrix):
    ...
ParameterTypeDescription
matrixaspose.pydrawing.drawing2d.MatrixThe transformation.

See Also