The meaning of the parameters (the numbers in the brackets) are:
- The x and y position of the centre
- The radius (size) of the circle
- The last two numbers indicate how much of the circle to draw. Don't worry about it for now, but for a full circle you'll need to use the values shown.
That's why this method is called "arc" instead of "circle" -- because it lets you draw portions of circles as well as entire circles, even though mostly people want to draw entire circles.
Here's an example where we draw circles of various radii on the same centre.