You are designing a Windows Phone 7 application. The application requires an animation that moves an Image object on the screen from point A to point B. You need to ensure that the animation does not impact the performance of the application. What should you recommend?
A.
Use PlaneProjection.
B.
Use ScaleTransform.
C.
Use TranslateTransform.
D.
Update the X and Y coordinates of the Image object.