Any Mirror and Lens effects .Net library for Silverlight or WPF?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m not sure they contain the specific effects you want, but you could have a look at these pixel shader effects libraries:
Also, see this blog post for a lens effect.
For the mirror effect, there are a lot of results in Google… The easiest way is probably to duplicate the item to mirror and apply a
ScaleTransformwith a negative X or Y scale factor.