I have a WPF control that displays many moving visual elements, using animations. I would like to take "pictures" of it at certain times, during the animation: something like translate a WPF "movie" to an animated GIF. Is there a way to achieve this?
Thanks!