#include "l_bitmap.h"
L_LTZMV_API L_INT L_RenderZoomView(hDC ,hWnd)
HDC hDC; |
handle to the device context for display |
HWND hWnd; |
handle to a window |
Displays the Zoom Views that are attached to the specified window in the specified device context.
Parameter |
Description |
hDC |
Handle to the device context where the Zoom View(s) are to be displayed. |
hWnd |
Handle to a window. |
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
Note: |
Anytime the window receives a WM_PAINT message, you should call the L_RenderZoomView function in order to display the Zoom View(s) attached to the window. |
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_WindowHasZoomView, 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