Ejemplo n.º 1
0
 public override void Draw(SGLcd lcd)
 {
     lcd.DrawCircle(X, Y, Radius, 1);
 }