Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Controls Assembly > Leadtools.Controls Namespace : ImageViewerZoomAtInteractiveMode Class |
public class ImageViewerZoomAtInteractiveMode : ImageViewerInteractiveMode
'Declaration
Public Class ImageViewerZoomAtInteractiveMode Inherits ImageViewerInteractiveMode
ImageViewerZoomAtInteractiveMode derives from ImageViewerInteractiveMode and subscribes to the following events of the InteractiveService:
This interactive mode uses ImageViewer.Zoom to zoom the image inside the viewer based on the tap event. If the value of ScaleFactor is greater than 1, then the viewer will zoom the image in. If the value of ScaleFactor is less than 1, then the viewer will zoom the image out.
For more information, refer to Image Viewer Interactive Modes.
For an example, refer to ImageViewer.InteractiveModes.