70-484 · Question #15
You need to implement the required image magnification and manipulation requirements for selected images. Which actions should you perform? (Each correct answer presents part of the solution. Choose…
The correct answer is C. Use the ManipulationDeltaRoutedEventArgs.Delta.Scale value to implement optical zoom. D. Add a ManipulationDelta event to the SelectedImage object. E. Add a ManipulationMode attribute to the SelectedImage object and set the attribute to All. From scenario: Ensure that users can change the magnification of the selected image and resize the image by using pinch and stretch gestures. Scaling should be fluid and precisely controlled by the user.
Question
You need to implement the required image magnification and manipulation requirements for selected images. Which actions should you perform? (Each correct answer presents part of the solution. Choose all that apply.)
Options
- AUse the ManipulationDeltaRoutedEventArgs.Delta.Expansion value to implement optical
- BAdd a ManipulationMode attribute to the Selectedlmage object and set the attribute to
- CUse the ManipulationDeltaRoutedEventArgs.Delta.Scale value to implement optical zoom.
- DAdd a ManipulationDelta event to the SelectedImage object.
- EAdd a ManipulationMode attribute to the SelectedImage object and set the attribute to All.
- FAdd a ManipulationComplete event to the SelectedImage object.
How the community answered
(32 responses)- A6% (2)
- B3% (1)
- C81% (26)
- F9% (3)
Explanation
- From scenario: Ensure that users can change the magnification of the selected image and resize the image by using pinch and stretch gestures. Scaling should be fluid and precisely controlled by the user.
Topics
Community Discussion
No community discussion yet for this question.