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