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_typeaspose.pydrawing.RotateFlipTypeThe rotation and flip type RotateFlipType to apply.

See Also