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