hobd.DynamicElement.Draw C# (CSharp) Méthode

Draw() public méthode

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