ZForge.Controls.TreeViewAdv.Tree.TreeColumn.Draw C# (CSharp) Method

Draw() private method

private Draw ( Graphics gr, Rectangle bounds, Font font, bool pressed, bool hot ) : void
gr System.Drawing.Graphics
bounds System.Drawing.Rectangle
font System.Drawing.Font
pressed bool
hot bool
return void
        internal void Draw(Graphics gr, Rectangle bounds, Font font, bool pressed, bool hot)
        {
            DrawBackground(gr, bounds, pressed, hot);
            DrawContent(gr, bounds, font);
        }