Tagged Questions
0
votes
1answer
55 views
WriteableBitmap SetValue performance / Texture2D SetData
I was just wondering if anyone knew (performance wise on wp7) the best way to update a WriteableBitmap pixel by pixel... I can see the Pixels.SetValue method which can take in a colour and a single ...
0
votes
1answer
419 views
Creating high performance animations in WPF
I'm in a situation that requires many animations with effects like transparency to be applied but when there are about 10 of them running, my application slows down to a grinding halt! :(
I also, ...