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