transform method

transform

Multiplies the current transformation matrix by the specified Matrix.

def transform(self, transform):
    ...
ParameterTypeDescription
transformaspose.pydrawing.drawing2d.MatrixThe matrix by which the current transformation matrix is to be multiplied.

See Also