Factor used to zoom the image in the viewer around the center.
public virtual double ScaleFactor { get; set; }
public:
virtual property double ScaleFactor
{
double get()
void set(double value)
}
The scale factor used to display the magnified image. Must be a value greater than 0. The default value is 1 (no zoom).
Use the value of ScaleFactor to performing zooming of the image around the center point when the user taps on the viewer as follows:
If the value of ScaleFactor is 1 (the default value), then no zooming is performed.
If the value of ScaleFactor is greater than 1, then this value is multiplied by the current viewer scale factor (ImageViewer.ScaleFactor) to zoom the image in around the center point.
If the value of ScaleFactor is less than 1, then this value is multiplied by the current viewer scale factor (ImageViewer.ScaleFactor) to zoom the image out around the center point.
ImageViewerCenterAtInteractiveMode Class
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