ImageGear for C and C++ on Windows v19.9 - Updated
IG_GUI_pixdump_update
API Reference Guide > Core Component API Reference > Core Component Functions Reference > GUI Functions > GUI Pixel Dump Functions > IG_GUI_pixdump_update

Call this function when loading a new image into the Pixel Dump window.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_GUI_pixdump_update ( 
        HIGEAR hIGear, 
        DWORD dwGrpID, 
        HWND hWNDPixDump 
);

Arguments:

Name Type Description
hIGear HIGEAR HIGEAR handle of an image.
dwGrpID DWORD Identifier of a group that is used for drawing image in the parent window.
hWNDProfile HWND Handle of a GUI pixdump window.

Return Value:

Returns the number of ImageGear errors that occurred during this function call.

Supported Raster Image Formats:

All pixel formats supported by ImageGear for C and C++.

Sample:

GUI Windows, Display

Remarks:

This function updates the client area of the Color Profile GUI window specified by hwndPixDump. If the image handle associated with the GUI window is not the same as the image to which hIGear parameter points, this function updates hWNDPixDump to point to the new HIGEAR image.