transform method

transform

Transforms the current transformation matrix. Calls writeTransform(Transform)

def transform(self, transform):
    ...
ParameterTypeDescription
transformaspose.pydrawing.drawing2d.MatrixTransform to be applied.

See Also