set_transform method

set_transform

Sets the current coordinate space transformation.

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

See Also