L_SetMagGlassPos

#include "l_bitmap.h"

L_LTDIS_API L_INT L_SetMagGlassPos(hWnd, xPos, yPos)

Moves the magnifying glass to the specified position on the screen.

Parameters

L_HWND hWnd

Handle of the window to which the magnifying glass is attached.

L_INT xPos

The x-coordinate of the new position of the magnifying glass.

L_INT yPos

The y-coordinate of the new position of the magnifying glass.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

The function is used to move the magnifying glass to the position, specified by (x,y), on the screen. Since the user is responsible for displaying the magnifying glass and moving it on the screen in a manual update, this function is used in conjunction with the L_ShowMagGlass function.

If the magnifying glass is displayed, this function will move the magnifying glass to the specified (x,y) position and it will be displayed there. Iif the magnifying glass was hidden, this function will move the magnifying glass to the specified position without displaying it.

This function can be called in the MouseMove message to control the position of the magnifying glass.

Note: This function can be used only if the MAGGLASS_MANUAL_UPDATE flag was set when calling L_StartMagGlass function.

Required DLLs and Libraries

Platforms

Win32, x64.

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help