Polygon¶
- class pywwt.annotation.Polygon(**kwargs: Any)[source]¶
Bases:
Annotation
A polygon annotation.
Attributes Summary
Whether or not the polygon should be filled (
bool
)Assigns line width in pixels (
Quantity
)The name of the shape (
str
).Methods Summary
add_point
(coord)Add one or more points to a polygon object.
Attributes Documentation
Methods Documentation