示例#1
0
 public void Draw()
 {
     _wrapped.Draw();
     GUI.DrawBorder(_width);
 }
示例#2
0
 public virtual void Draw()
 {
     Component.Draw();
 }
示例#3
0
 static void RenderView(IVisualComponent component)
 {
     component.Draw();
 }
示例#4
0
 static void RenderView(IVisualComponent component)
 {
     component.Draw();
 }
 public void Draw()
 {
     _wrapped.Draw();
     GUI.DrawScrollBar(_topLine);
 }