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
- class
ArrowAnnotation
The arrow annotation position.
The bounding box of the arrow annotation, represented by a Rectangle.
@property
def box(self):
...
@box.setter
def box(self, value):
...
ArrowAnnotation