upper_right_corner property

upper_right_corner property

The coordinates of the upper right corner of the cutting

Definition:

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

See Also