Circle
Creates a circle.
class etki.shp.Circle(x, y, radius, *, fillcolor='black', bordercolor='black')
The origin of this shape is the center.
x
Sets how far from the left the Circle is
float
y
Sets how far from the bottom the Circle is
radius
Sets how wide the Circle is from the center
fillcolor
Sets the fill color of the Circle
str
Optional
bordercolor
Sets the border color of the Circle
Last updated 1 year ago