Call a zooms animation.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.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.