This function should be called when one or more of the images in the page sorter window has been modified (i.e., rotated, cropped, flipped).
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_GUI_page_document_update ( HWND hwndPage, DWORD dwGrpID ); |
Name | Type | Description |
---|---|---|
hwndPage | HWND | Windows handle to the page sorter window to update. |
dwGrpID | DWORD | Identifier of display group should be used for drawing thumbnail in the GUI page. |
Returns the number of ImageGear errors that occurred during this function call. If there are no errors, the return value is IGE_SUCCESS.
All pixel formats supported by ImageGear for C and C++.
None
Any modified image will be repainted in the page sorter window. To update just one particular image, use IG_GUI_page_document_refresh().