.NET Framework 4 in WPF not showing bitmap effect

前端 未结 5 1254
伪装坚强ぢ
伪装坚强ぢ 2021-01-13 07:06

I am having a problem using VS2010 and framework version 4 with bitmap effects. If I have the code below and run it in a WPF application using the .NET Framework 4 Client Pr

5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-13 07:29

    As stated here by Microsoft, BitmapEffect is obsolete as of .NET 4. Try using Effect instead.

提交回复
热议问题