set_transform method

set_transform

Applies an SVGMatrix representing a linear transform to the pattern.

def set_transform(self, transform):
    ...
ParameterTypeDescription
transformaspose.svg.datatypes.SVGMatrixAn SVGMatrix to use as the pattern’s transformation matrix.

See Also