left_crop_inch property

left_crop_inch property

Represents the location of the left of the crop rectangle expressed, in unit of inches.

Definition:

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

See Also