L_INT LBitmapWindow::SetZoomMode(uMode, bDraw=TRUE)
Sets the zoom mode used for displaying the bitmap in the class object's window.
The zoom mode. Possible values are:
Value | Meaning |
---|---|
ZOOM_FIT | to fit the bitmap in the window while maintaining the aspect ratio. |
ZOOM_STRETCH | to stretch the bitmap to the window. |
ZOOM_NORMAL | to display the bitmap in its normal size. |
ZOOM_FITWIDTH | to fit the bitmap to the width of the window. |
ZOOM_FITHEIGHT | to fit the bitmap to the height of the window. |
Flag that indicates whether to enable or disable repainting the window. Possible values are:
Value | Meaning |
---|---|
TRUE | Enable repainting of the window. |
FALSE | Disable repainting of the window. |
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
When you change the zoom mode, the zoom percent is updated. You can call LBitmapWindow::GetZoomPercent to get the zoom percent currently used to display the image.
Win32, x64.
For an example, refer to LBitmapWindow::Repaint.
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