public void Draw() { _wrapped.Draw(); GUI.DrawBorder(_width); }
public virtual void Draw() { Component.Draw(); }
static void RenderView(IVisualComponent component) { component.Draw(); }
public void Draw() { _wrapped.Draw(); GUI.DrawScrollBar(_topLine); }