L_INT LBitmapWindow::GetZoomViewProps(pZoomViewProps, uStructSize)
Gets the properties for the specified Zoom View.
Pointer to the ZOOMVIEWPROPS structure that contains the Zoom View settings to be created for the class object.
Size in bytes, of the structure pointed to by pZoomViewProps. 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 LBitmapWindow::AddZoomView function.
When a Zoom View is no longer needed, call the LBitmapWindow::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 LBitmapWindow::UpdateZoomView.
For more information on the Zoom View options, refer to the ZOOMVIEWPROPS structure.
Win32, x64.
For an example, refer to LBitmapWindow::UpdateZoomView.
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