Changes the scale of the frame image based on the specified parameters.
Frame.prototype.zoom = function(
sizeMode,
scaleFactor
)
zoom(
sizeMode: MedicalViewerSizeMode,
scaleFactor: number
): void;
sizeMode
The size mode.
scaleFactor
The scale value, in a normalized form.
The scale is done in a combination of both parameters, so for example, if you set ScaleMode to Fit, and the Scale to 2, then the viewer will first resize the image to fit the sub-cell, then it will scale up the result by 200%.
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