We have a Grid component in WPF in which there are several Image components. Some of the Image components have an animation.
We want to save this produced animation as some consecutive BMP frames. Could you please give us a clue? Do Graphics Objects exist in WPF as in WindowsForms? If yes, how to access them?