locked
Deprecated Effects in WPF RRS feed

  • Question

  • Hi ,
    I recently came accross this problem wherein the bitmapeffect property takes lot of memory and it seems that property is deprecated , so when i remove this property i got considarable improvement in the memory usage. Can anyone please tell me the deprecated properties like this or rather the Controls or  properties which i should use very carefully.

    Thanks
    Wednesday, July 15, 2009 3:20 PM

Answers

  • As far as i know its just hte BitmapEffects they where always slowish and used memory cause they where fully rendered in software, if you use the Effect property that replaced the BitmapEffect property in .Net 3.5 SP1 the effects will be rendered in hardware when possible.
    • Proposed as answer by DutchMarcel Thursday, July 16, 2009 6:32 AM
    • Marked as answer by Jim Zhou - MSFT Tuesday, July 21, 2009 9:51 AM
    Wednesday, July 15, 2009 10:01 PM