transform method

transform

Multiplies the current transformation matrix with the matrix described by its arguments.

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

See Also