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

This function performs the drawing of a GUI action.

Declaration:

 
Copy Code
AT_ERRCOUNT IG_ARTX_action_draw(
        HIG_ARTX_ACTION hAction,
        HWND hWnd
);

Arguments:

Name Type Description
hAction HIG_ARTX_ACTION Handle of GUI action.
hWnd HWND Windows handle on which to draw.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.