The callback function declaration used to register a callback method called from the ArtX GUI when the user clicks on a hotspot mark.
Copy Code
|
|
---|---|
typedef AT_BOOL (LPACCUAPI LPFNIG_ARTX_GUI_HOTSPOT_ACTION)( HIG_ARTX_HOTSPOT hHotSpot, LPVOID clientData ); |
Name | Type | Description |
---|---|---|
hHotSpot | HIG_ARTX_HOTSPOT | Handle to the hotspot mark that was clicked. |
clientData | LPVOID | Client data passed to IG_ARTX_GUI_register_hotspot_action. |
This function does not process image pixels.