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