Exemplo n.º 1
0
 public virtual void AddLabel(int x, int y, int hue, string text)
 {
     m_RootParent.AddLabel(x + m_XOffset, y + m_YOffset, hue, text);
 }