I have a Picturebox with...content approximately 2000x1080 pixel (yes, this makes sense for me) Now I need to get the old content, replace it 1 pixel down and fill the empty line on the top with new data.
BUT I have to do this in a very short time ~5ms maybe a little bit more. I get the trigger and the new data to do so.
So now the question is: What is the fastest and cleanest way to do this? Maybe I need to buffer the new data and write them in a more "human" time!?