transform method

transform

Applies the affine transformation represented by this Matrix to a specified rectangle.

Returns

Transformed rectangle

def transform(self, rect):
    ...
ParameterTypeDescription
rectaspose.pydrawing.RectangleFThe rectangle.

See Also