box property

box property

The arrow annotation position.

The bounding box of the arrow annotation, represented by a Rectangle.

Definition:

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

See Also