This function removes icons from the thumbnail window.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_GUI_thumbnail_remove ( HWND hWndThumbnail, UINT nIndex, UINT nCount ); |
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. |
Returns the number of ImageGear errors that occurred during this function call.
All pixel formats supported by ImageGear for C and C++.
None