Exemplo n.º 1
0
 public void Draw(Graphics g, Font font, Color fontColor)
 {
     ScrollingText.DrawString(g, font, fontColor,
                              this.Text, this.Bounds, this.TextAlignment);
 }
Exemplo n.º 2
0
 public void Draw(Graphics g, Font font, Color fontColor, RectangleF bound)
 {
     ScrollingText.DrawString(g, font, fontColor, this.Text, bound, this.TextAlignment);
 }