ImageGear Professional DLL v17.1 for Windows Accusoft
IG_GUI_thumbnail_window_create_ex
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > Core Component API Reference > Core Component Functions Reference > GUI Functions > GUI Thumbnail Functions > IG_GUI_thumbnail_window_create_ex

Glossary Item Box

This function is called to create a GUI thumbnail window.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_GUI_thumbnail_window_create_ex ( 
        HWND hWndParent, 
        DWORD dwStyle, 
        LPSTR lpszTitle, 
        INT nX, 
        INT nY, 
        INT nWidth, 
        INT nHeight, 
        HWND FAR * lphWndThumbnail 
);

Arguments:

hWndParent Handle of the Parent window.
dwStyle Set to any Windows style bits that you would like the Pan window to have. This parameter can be a combination of window styles ORed together.
lpszTitle Title of the Thumbnail window.
nX X position of the window's upper left corner.
nY Y position of the window's upper left corner.
nWidth Width of the window.
nHeight Height of the window.
lphWndMagnify Far pointer to the HWND object to hold Thumbnail window's handle.

Return Value:

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

Supported Raster Image Formats:

This function does not process image pixels.

Sample:

None

Remarks:

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.

See also functions IG_GUI_thumbnail_attribute_get(), IG_GUI_thumbnail_attribute_set(), IG_GUI_thumbnail_file_append(), IG_GUI_thumbnail_dir_append(), and the other IG_GUI_thumbnail_...() functions.

 

©2012. Accusoft Corporation. All Rights Reserved.