I have this code that draws a Rectangle ( Im trying to remake the MS Paint )
case \"Rectangle\": if (tempDraw != null) {
You'll need to use DrawEllipse if you want to draw a circle using GDI+.
An example is here: http://www.websupergoo.com/helpig6net/source/3-examples/9-drawgdi.htm