The enumeration specifies zoom mode used for displaying the bitmap in the class object's window.
typedef enum tagBITMAPWNDZOOMMODE
{
ZOOM_FIT,
ZOOM_STRETCH,
ZOOM_NORMAL,
ZOOM_FITWIDTH,
ZOOM_FITHEIGHT,
ZOOM_FACTOR
}BITMAPWNDZOOMMODE;
Fits the bitmap in the window while maintaining the aspect ratio.
Stretches the bitmap to the window.
Displays the bitmap in its normal size.
Fits the bitmap to the width of the window.
Fits the bitmap to the height of the window.
The enumeration is used by LBitmapWindow::SetZoomMode.
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