#include "l_bitmap.h"
L_LTZMV_API L_INT L_GetZoomViewProps(hWnd, pZoomViewProps, uStructSize)
Gets the properties for the specified Zoom View.
Handle to a window.
Pointer to a ZOOMVIEWPROPS structure to be updated with options for controlling the behavior of the zoomed view. You must fill pZoomViewProps->uIndex before calling this function.
Size in bytes, of the structure pointed to by pZoomViewProps
, for versioning. Use sizeof(ZOOMVIEWPROPS).
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
To attach a Zoom View to a window, call the L_CreateZoomView function.
When a Zoom View is no longer needed, call the L_DestroyZoomView function to stop the specified Zoom View procedure and to detach it from the window handle.
To change the current options for the specified Zoom View, change the values in the structure pointed to by pZoomViewProps
and pass a pointer to the updated structure to L_UpdateZoomView.
Required DLLs and Libraries
Win32, x64.
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