ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / ArtX Component API Reference / ArtX Component Objects Reference / HIG_ARTX_ACTION / IG_ARTX_action_draw
In This Topic
    IG_ARTX_action_draw
    In This Topic

    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.