Please use new upgraded function IG_GUI_thumbnail_window_create_ex(). See Remarks, below.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_GUI_thumbnail_window_create ( HWND hWndParent, LPSTR lpszTitle, INT nX, INT nY, INT nWidth, INT nHeight, HWND FAR* lphWndThumbnail ); |
Name | Type | Description |
---|---|---|
hWndParent | HWND | Handle of the Parent window. |
lpszTitle | LPSTR | Title of the Thumbnail window. |
nX | INT | X position of the window's upper left corner. |
nY | INT | Y position of the window's upper left corner. |
nWidth | INT | Width of the window. |
nHeight | INT | Height of the window. |
lphWndThumbnail | HWND FAR* | Far pointer to the HWND object to hold the Thumbnail window handle. |
Returns the number of ImageGear errors that occurred during this function call.
This function does not process image pixels.
Thumbnail, Display, FlashPix
For an example of this and other IG_GUI_thumbnail_ functions and callbacks, see sample application THUMB.
This function is called to create a GUI thumbnail window. A GUI thumbnail window allows your application to display thumbnails of images stored in image files. It also allows you to easily select and sort them.