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

Glossary Item Box

The callback function declaration used to register a callback method called from the ArtX GUI when the user clicks on a hotspot mark.

Declaration:

  Copy Code
typedef AT_BOOL (LPACCUAPI LPFNIG_ARTX_GUI_HOTSPOT_ACTION)(
        HIG_ARTX_HOTSPOT hHotSpot,
        LPVOID clientData
);

Arguments:

hHotSpot Handle to the hotspot mark that was clicked.
clientData Client data passed to IG_ARTX_GUI_register_hotspot_action.

Supported Raster Image Formats:

This function does not process image pixels.

©2012. Accusoft Corporation. All Rights Reserved.