graphinglib.Circle.translate#

Circle.translate(dx: float, dy: float) Self | None#

Translates the polygon by the specified amount.

Parameters:
dxfloat

The amount to move the polygon in the x direction.

dyfloat

The amount to move the polygon in the y direction.