Zooms the image inside the viewer around the user mouse click or touch tap.
public class ImageViewerZoomAtInteractiveMode : ImageViewerInteractiveMode
Public Class ImageViewerZoomAtInteractiveMode
Inherits ImageViewerInteractiveMode
public ref class ImageViewerZoomAtInteractiveMode : ImageViewerInteractiveMode
ImageViewerZoomAtInteractiveMode derives from ImageViewerInteractiveMode and subscribes to the following events of the InteractiveService:
When a valid Tap event occurs and InteractiveEventArgs.IsHandled is false, this interactive mode will start working and set InteractiveEventArgs.IsHandled to true.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document