Is it possible to create a behavior for Pinch and zoom to Image control in windows phone 8. I am trying to apply pinch and zoom along with rotation to Image in my application. In a forum I found that Gesture listener is deprecated and they are not promoting implementation with gesture. So can any one please suggest an alternative method for me.
相关问题
- How to access the camera from my Windows Phone 8 a
- An error is occur when we use navigation to move o
- How to append a file, asynchronously in Windows Ph
- binding font-awesome character in XAML to Text
- Windows Phone 7 call ASMX web service
相关文章
- Working with hmacsha256 in windows store app
- WP7 Alert dialog
- Add Service Reference and Add Web Reference?
- Scrollviewer & SIP Issue (WP7.5 Mango)
- Database for Windows Phone 7 [closed]
- LongListSelector on WP8 linq-to-sql binding issue
- How to free image cache/memory in Windows Phone 8?
- Windows phone 7: how to post tweet to twitter
If you're targeting only Windows Phone 8 you can use the new ManipulationDeltaEventArgs.PinchManipulation property from the ManipulationDelta event. Instead of using GestureListener/TouchPanel for pinch & zoom you should rely on this new property.
Maybe this could help you https://multitouch.codeplex.com/