'Declaration
Public Sub ZoomAnimation( _ ByVal targetZoom As Double, _ ByVal screenPoint As Point, _ ByVal completed As Action _ )
'Usage
Dim instance As C1ListViewer Dim targetZoom As Double Dim screenPoint As Point Dim completed As Action instance.ZoomAnimation(targetZoom, screenPoint, completed)
public void ZoomAnimation( double targetZoom, Point screenPoint, Action completed )
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.