top_crop property

top_crop property

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

Definition:

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

See Also