rotation property

rotation property

Gets or sets the parameter for rotate, flip, or rotate and flip the image..

Definition:

@property
def rotation(self):
    ...
@rotation.setter
def rotation(self, value):
    ...

See Also