How can I draw dynamic diagram with gdi+

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 ;:)
 
N

news.microsoft.com

attached handler to paint event of control.
use graphics.DrawLine with size = 1.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top