bottom_crop property

bottom_crop property

Represents the location of the bottom of the crop rectangle expressed, expressed as a ratio of the image’s height.

Definition:

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

See Also