ImageGear Professional DLL v18.1 for Windows
IG_ARTX_GUI_mouse_move
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > ArtXGUI Component API Reference > ArtXGUI Component Functions Reference > IG_ARTX_GUI_mouse_move

Glossary Item Box

This function is for handling the MouseMove event.

Declaration:

  Copy Code
UINT IG_ARTX_GUI_mouse_move(
        LPAT_ARTX_ACTION_PARAMS lpParams, 
        UINT nMessage, 
        LPAT_POINT lpPoint
);

Arguments:

Name Type Description
lpParams LPAT_ARTX_ACTION_PARAMS Action params such as HIGEAR handle, device context, window handle.
nMessage UINT Window message (WM_MOUSEMOVE).
lpPoint LPAT_POINT Pointer to AT_POINT that contains mouse position.

Return Value:

0 if the function is successful, -1 otherwise.

Supported Raster Image Formats:

This function does not process image pixels.

©2014. Accusoft Corporation. All Rights Reserved.