Call a zooms animation.
Namespace:
C1.PhoneAssembly: C1.Phone (in C1.Phone.dll)
Syntax
C# |
---|
public void ZoomAnimation( double targetZoom, Point screenPoint, Action completed ) |
Visual Basic |
---|
Public Sub ZoomAnimation ( _ targetZoom As Double, _ screenPoint As Point, _ completed As Action _ ) |
Parameters
- targetZoom
- Type: System..::..Double
The target zoom.
- screenPoint
- Type: System.Windows..::..Point
A screen point where the animation is anchored.
- completed
- Type: System..::..Action
Action called when the the animation completed.