Ejemplo n.º 1
0
 protected void ShowColorText(string txt, Color color)
 {
     whiteboardText.SetColor(color);
     whiteboardText.SetText(txt);
     whiteboardImage.Hide();
     whiteboardText.Show();
 }