(self, annotation, use_blit=False)
| 1676 | |
| 1677 | class DraggableAnnotation(DraggableBase): |
| 1678 | def __init__(self, annotation, use_blit=False): |
| 1679 | super().__init__(annotation, use_blit=use_blit) |
| 1680 | self.annotation = annotation |
| 1681 | |
| 1682 | def save_offset(self): |
| 1683 | ann = self.annotation |