hobd.DynamicElement.Draw C# (CSharp) Method

Draw() public method

public Draw ( IDrawingGraphics g ) : void
g IDrawingGraphics
return void
        public override void Draw(IDrawingGraphics g)
        {
            g.Style(this.Style);
            if (clickTimer != null){
            g.Bold(true);
            }
            g.DrawText(this.Text);
        }