ImageGear Professional DLL v17.1 for Windows Accusoft
IG_ARTX_GUI_mouse_up
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > ArtXGUI Component API Reference > ArtXGUI Component Functions Reference > IG_ARTX_GUI_mouse_up

Glossary Item Box

This function is for handling the MouseUp event.

Declaration:

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

Arguments:

lpParams Action params such as HIGEAR handle, device context, window handle.
nMessage Window message (WM_LBUTTONUP).
lpPoint 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.

©2012. Accusoft Corporation. All Rights Reserved.