void Draw() { graphics.Clear(); graphics.DrawCircle(radius, 0, 0, divid, Color.red); graphics.Render(); }