class ImageCropRect: def __init__(self, ax=0, ay=0, bx=0, by=0): self.ax = ax self.ay = ay self.bx = bx self.by = by