set_transform method

set_transform

Set current transformation to this one.

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

See Also