Esempio n. 1
0
 /// <summary>
 /// Sets the position of the internal text control.
 /// </summary>
 /// <param name="x"></param>
 /// <param name="y"></param>
 protected void setTextPosition(int x, int y)
 {
     text.SetPosition(x, y);
 }