#include "l_bitmap.h"
L_LTZMV_API L_BOOL L_WindowHasZoomView(hWnd)
HWND hWnd; |
handle to a window |
Determines whether the specified window has a zoomed view attached to it.
Parameter |
Description |
hWnd |
Handle to a window. |
TRUE |
The specified window has a zoomed view attached to it. |
FALSE |
The specified window does not have a zoomed view attached to it. |
To attach a zoomed view to a window, call the L_CreateZoomView function. To display a zoomed view, call the L_RenderZoomView function.
When the zoomed 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.
Required DLLs and Libraries
For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
Win32, x64.
Functions: |
L_CreateZoomView, L_GetZoomViewProps, L_UpdateZoomView, L_DestroyZoomView, L_GetZoomViewsCount |
Topics: |
|
|
|
|
For an example, refer to L_CreateZoomView.
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