left_crop property

left_crop property

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

Definition:

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

See Also