ImageGear for C and C++ on Windows v19.9 - Updated
IG_ARTX_action_end
API Reference Guide > ArtX Component API Reference > ArtX Component Objects Reference > HIG_ARTX_ACTION > IG_ARTX_action_end

This function ends specified GUI action.

Declaration:

 
Copy Code
AT_ERRCOUNT IG_ARTX_action_end(
        HIG_ARTX_ACTION hAction,
        LPAT_VOID* lpResultData
);

Arguments:

Name Type Description
hAction HIG_ARTX_ACTION Handle of GUI action.
lpResultData LPAT_VOID* Pointer to buffer for action result data.
  • Select Action - returns NULL.
  • Create Action - returns a pointer to the created mark.
  • Move Action - returns NULL.
  • Resize Action - returns a pointer to the resized mark.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

This function commits all data modifications stored in an action object (creates a new annotation or changes selection state) and destroys an action object.