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

    This function removes icons from the thumbnail window.

    Declaration:

     
    Copy Code
    AT_ERRCOUNT ACCUAPI IG_GUI_thumbnail_remove (
            HWND hWndThumbnail, 
            UINT nIndex, 
            UINT nCount
    );
    

    Arguments:

    Name Type Description
    hWndThumbnail HWND Handle of Thumbnail window.
    nIndex UINT Starting index of an icon to remove.
    nCount UINT Number of icons to remove.

    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:

    None