Exemplo n.º 1
0
 public virtual void AddHtmlLocalized(int x, int y, int width, int height, int number, bool background, bool scrollbar)
 {
     m_RootParent.AddHtmlLocalized(x + m_XOffset, y + m_YOffset, width, height, number, background, scrollbar);
 }