ComponentOne PdfViewer for WPF and Silverlight
C1.Silverlight.PdfViewer.5 Assembly / C1.Silverlight.PdfViewer Namespace / C1PdfViewer Class / ZoomAt Method
The target zoom.
A screen point where the animation is anchored.
Action called when the the animation completed.

In This Topic
    ZoomAt Method (C1PdfViewer)
    In This Topic
    Call a zooms animation.
    Syntax
    'Declaration
     
    
    Public Sub ZoomAt( _
       ByVal targetZoom As Double, _
       ByVal screenPoint As Point, _
       ByVal completed As Action _
    ) 

    Parameters

    targetZoom
    The target zoom.
    screenPoint
    A screen point where the animation is anchored.
    completed
    Action called when the the animation completed.
    See Also