Exemplo n.º 1
0
 public void Draw()
 {
     _wrapped.Draw();
     GUI.DrawBorder(_width);
 }
Exemplo n.º 2
0
 public virtual void Draw()
 {
     Component.Draw();
 }
Exemplo n.º 3
0
 static void RenderView(IVisualComponent component)
 {
     component.Draw();
 }
Exemplo n.º 4
0
 static void RenderView(IVisualComponent component)
 {
     component.Draw();
 }
Exemplo n.º 5
0
 public void Draw()
 {
     _wrapped.Draw();
     GUI.DrawScrollBar(_topLine);
 }