Call a zooms animation.
public void ZoomAnimation(
System.double ,
Windows.Foundation.Point ,
System.Action
)
'Declaration
Public Sub ZoomAnimation( _
ByVal As System.Double, _
ByVal As Windows.Foundation.Point, _
ByVal As System.Action _
)
Parameters
- targetZoom
- The target zoom.
- screenPoint
- A screen point where the animation is anchored.
- completed
- Action called when the the animation completed.