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