Basically, I'm trying to draw a sequence of lines on a Canvas object with a short pause between each drawn line. Unfortunately, since I have it now, it pauses, but I do not see any intermediate steps, that is, I see it before and after, but nothing happens between them. I tried System.Timers.Timer, but it gave me an error stating that the canvas belongs to another thread. How can I make this work?
source
share