How does one enhance Silverlight WritableBitmap quality when replacing UIElements for animations
Posted
by Stephen Ellis
on Stack Overflow
See other posts from Stack Overflow
or by Stephen Ellis
Published on 2010-06-06T11:55:25Z
Indexed on
2010/06/06
12:02 UTC
Read the original article
Hit count: 408
Silverlight
I'm doing an animation where I temporarily drop down the visibility of UIElements and overlay WritableBitmap versions of the original Image.
The problem I have is that when I do this on element with text, it results in a noticeably blurry and darker image meaning the switch from UIElement to Image is noticeable.
Has anyone experienced this and/or know how to deal with this issue?
© Stack Overflow or respective owner