set_transform method

set_transform

Sets the current transformation matrix.

def set_transform(self, transform):
    ...
ParameterTypeDescription
transformaspose.pydrawing.drawing2d.MatrixThe new transformation matrix.

See Also