An arc is drawn centered on the (x,y) coordinate with a specified radius and start/stop angles.
The following contains an example that will add a yellow arc with a black border to a canvas. The blue lines represent the x and y axes, and show through since an alpha value of 0.9 is used.
Arc drawn by example code below