ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / GUI Component API Reference / GUI Component Callback Functions Reference / FNIGGUI_FX_UPDATE
In This Topic
    FNIGGUI_FX_UPDATE
    In This Topic

    This function is called by ImageGear to notify your application that the image has been modified by an Image Processing Effects function.

    Declaration:

     
    Copy Code
    VOID FNIGGUI_FX_UPDATE(HIGEAR hIGear);
    

    Arguments:

    Name Type Description
    hIGear HIGEAR The HIGEAR handle of the image.

    Return Value:

    Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.

    Supported Raster Image Formats:

    All formats supported by ImageGear.

    Sample:

    None