Thumbnail View Resource
Source

www.i-programmer.info

Added By

Avatar MikeJames on 2010-05-24

Vitals
1score
  • 5023 total views
Summary
Introduction to WPF bitmap effects - including a replacement for outer glow and how to apply them to rendered bitmaps
Excerpt
"First thing to make clear is that the new Effect class supersedes the BitmapEffect class. The reason is simply that the BitmapEffect class did its work in software and hence tended to slow rendering down. The new Effect class, introduced in .NET 4.0 uses the GPU and implements a pixel shader which does the job in a fast and efficient way. So don't use BitmapEffect and if you have any programs that do use it make the change to Effect."
Full Link

http://www.i-programmer.info/programming/wpf-workings/873-bitmap-effects.html

Votes

Avatar MikeJames

Comments 

There aren't any comments yet for this resource. Be the first to add one!

Add a Comment

Please log in to post comments.

Tags

Tasks

Thumbnail Screenshots by Thumbshots