rotate_flip method

rotate_flip

Rotates and flips the bitmap image according to the specified rotation and flip type.

def rotate_flip(self, rotate_flip_type):
    ...
ParameterTypeDescription
rotate_flip_typeWebRotateFlipTypeThe rotation and flip type WebRotateFlipType to apply.

See Also