How can I draw dynamic diagram with gdi+

  • Thread starter Thread starter Yasin Cepeci
  • Start date Start date
Y

Yasin Cepeci

I want to draw a live diagram. I have to draw sine(sinus) like diagrams that
changes by time. It slides every second a pixel left to right. I made it
with setpixel() and arrays but it requires more and more memory.
Is there any easy way to draw it
Thanks a lot ;:)
 
attached handler to paint event of control.
use graphics.DrawLine with size = 1.
 
Back
Top