Extracting frames from a WPF storyboard
I would like to generate a set of still-frames from an animated WPF storyboard. My goal is to be able to specify a frame-rate, and 'record' any WPF Storyboard, which will generate still PNG images of each 'step' in the timeline. Then I can wire them together any way I like (animated GIF, AVI etc etc). Can anyone with indepth experience w...