right property

right property

Gets or sets the width of the right side of the bounding rectangle.

Definition:

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

See Also