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

Glossary Item Box

This function may be called to update (repaint) the magnify window (e.g., if the image being displayed in its parent window has changed).

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_GUI_magnify_update ( 
        HIGEAR hIGear, 
        DWORD dwGrpID, 
        HWND hWNDMagnify 
);

Arguments:

hIGear HIGEAR handle of image.
dwGrpID Identifier of group which is used for drawing image in the parent window.
hWndMagnify Handle of GUI Magnify 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 Professional.

Sample:

Display, GUI Windows

Example:

  Copy Code
HIGEAR   hIGear;    /* Global HIGEAR handle of image in parent window */
HWND    hWndMagnify;/* Global HIGEAR handle of Magnify window     */
IG_GUI_magnify_update ( hIGear, IG_GRP_DEFAULT, hWndMagnify );
©2012. Accusoft Corporation. All Rights Reserved.