Ejemplo n.º 1
0
 public void Draw() {
   if (!enabled) return;
   super.Draw();
   // DrawText(x+2,y+2,text,color);
 }