Exemplo n.º 1
0
 public virtual void AddTextEntry(int x, int y, int width, int height, int hue, string initialText)
 {
     m_RootParent.AddTextEntry(x + m_XOffset, y + m_YOffset, width, height, hue, initialText);
     m_TextEntryCount++;
 }