views:

1101

answers:

1

hi there,

i wonder if there is a way to limit the wpf framerate within a process? i.e. i do not want to limit a single animation's framerate, but the global framerate for my whole application. i think i've seen something like this before but i can't find it anymore. thanks

+5  A: 

Have a look at this article by Marlon

http://marlongrech.wordpress.com/2008/06/13/wpf-reducing-cpu-consumption-for-animations/

rudigrobler