C1.Silverlight.PdfViewer.5
ZoomAt Method

The target zoom.
A screen point where the animation is anchored.
Action called when the the animation completed.
Call a zooms animation.
Syntax
'Declaration
 
Public Sub ZoomAt( _
   ByVal targetZoom As System.Double, _
   ByVal screenPoint As System.Windows.Point, _
   ByVal completed As System.Action _
) 
public void ZoomAt( 
   System.double targetZoom,
   System.Windows.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.
See Also

Reference

C1PdfViewer Class
C1PdfViewer Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.