#include "l_bitmap.h"
L_LTDIS_API L_INT L_UpdateMagGlassPaintFlags(hWnd, uPaintFlags)
L_HWND hWnd; |
handle to a window |
L_UINT uPaintFlags; |
painting operation flags |
Updates the flags that control the speed, quality, and style of the painting operations for the magnifying glass.
Parameter |
Description |
hWnd |
Handle of the window to which the magnifying glass is attached. |
uPaintFlags |
The flag or flags to be changed. You can use a bitwise OR ( | ) to specify more than one flag. For more information about the possible values and how these flags are used, refer to L_SetDisplayMode. |
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
Use this function to modify the display flags for the magnifying glass after it has been created. For more information about the possible values and how these flags are used, refer to L_SetDisplayMode.
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_StartMagGlass, L_UpdateMagGlassBitmap, L_SetDisplayMode, L_GetDisplayMode |
Topics: |
For an example, refer to L_ShowMagGlass.
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