Any Mirror a开发者_如何学Gond Lens effects .Net library for Silverlight or WPF?
Thanks
I'm not sure they contain the specific effects you want, but you could have a look at these pixel shader effects libraries:
- http://wpffx.codeplex.com/
- http://fx.codeplex.com/
- http://wpfshadereffects.codeplex.com/
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 ScaleTransform
with a negative X or Y scale factor.
精彩评论