right_crop property

right_crop property

Represents the location of the right of the crop rectangle expressed, expressed as a ratio of the image’s width.

Definition:

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

See Also