points property
points property
The link annotation coordinates as a list of points.
Definition:
@property
def points(self):
...
@points.setter
def points(self, value):
...
See Also
- class
LinkAnnotation
The link annotation coordinates as a list of points.
@property
def points(self):
...
@points.setter
def points(self, value):
...
LinkAnnotation