Ejemplo n.º 1
0
 public virtual void AddHtml(int x, int y, int width, int height, string text, bool background, bool scrollbar)
 {
     m_RootParent.AddHtml(x + m_XOffset, y + m_YOffset, width, height, text, background, scrollbar);
 }