[C#] Two System.Drawing methods manifest slow drawing or flickery: Solutions? or Other Options?
- by Luke Mcneice
Hi all,
I am doing a little graphing via the System.Drawing and im having a few problems.
I'm holding data in a Queue and i'm drawing(graphing) out that data onto three picture boxes
this method fills the picture box then scrolls the graph across.
so not to draw on top of the previous drawings (and graduly looking messier) i found 2 solutions…