graphinglib.Polygon.__init__
-
Polygon.__init__(vertices: list[tuple[float, float]], fill: bool | Inherit = Inherit, edge_color: str | Inherit = Inherit, fill_color: str | Inherit = Inherit, line_width: float | Inherit = Inherit, line_style: str | Inherit = Inherit, fill_alpha: float | Inherit = Inherit)[source]