etki.shp.Circle

Circle

Creates a circle.

class etki.shp.Circle(x, y, radius, *, fillcolor='black', bordercolor='black')

The origin of this shape is the center.

Argument
Purpose
Type
Note

x

Sets how far from the left the Circle is

float

y

Sets how far from the bottom the Circle is

float

radius

Sets how wide the Circle is from the center

float

fillcolor

Sets the fill color of the Circle

str

Optional

bordercolor

Sets the border color of the Circle

str

Optional

Last updated