set_transform method

set_transform

Resets the current transform to the identity matrix, and then invokes the transform() method with the same arguments.

def set_transform(self, a, b, c, d, e, f):
    ...
ParameterTypeDescription
afloatHorizontal scaling.
bfloatHorizontal skewing.
cfloatVertical skewing.
dfloatVertical scaling.
efloatHorizontal moving.
ffloatVertical moving.

See Also