#include "ltwrappr.h"
L_UINT LBitmapWindow::GetZoomMode()
Gets the current zoom mode used by the class object's window.
The current zoom mode used by the bitmap window control. Possible values are:
Value |
Meaning |
ZOOM_FIT |
fit the bitmap to the window while maintaining the aspect ratio. |
ZOOM_STRETCH |
stretch the bitmap to the window. |
ZOOM_NORMAL |
display the bitmap in its normal size. |
ZOOM_FITWIDTH |
fit the bitmap to the width of the window. |
ZOOM_FITHEIGHT |
fit the bitmap to the height of the window. |
ZOOM_FACTOR |
zoom the bitmap in or out while it is not in one of the fit states. |
Required DLLs and Libraries
LTDIS For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
Platforms
Win32, x64.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET