[]
        
(Showing Draft Content)

C1.WPF.PdfViewer.C1PdfViewer.ZoomAt

ZoomAt Method

ZoomAt(double, Point, Action)

Call a zooms animation.

Declaration
public void ZoomAt(double targetZoom, Point screenPoint, Action completed)
Parameters
Type Name Description
double targetZoom

The target zoom.

Point screenPoint

A screen point where the animation is anchored.

Action completed

Action called when the the animation completed.