WaveViewer.OnPaint has the following line of code
e.Graphics.DrawLine(Pens.Black, i, base.Height * num7, i, base.Height * num8);
Could it perhaps make use of the ForeColor and BackColor? Otherwise I am confined to drawing black lines, and this doesn't look very good in my app :)
e.Graphics.DrawLine(Pens.Black, i, base.Height * num7, i, base.Height * num8);
Could it perhaps make use of the ForeColor and BackColor? Otherwise I am confined to drawing black lines, and this doesn't look very good in my app :)