This function is called by ImageGear to let your application update image display in a custom way.
Copy Code
|
|
---|---|
VOID FNIGGUI_DSPL_UPDATE( HIGEAR hIGear, DWORD dwGrpID, HWND hWnd ); |
Name | Type | Description |
---|---|---|
hIGear | HIGEAR | The HIGEAR handle of the image. |
dwGrpID | DWORD | Display group ID. |
hWnd | HWND | The handle of the parent window. |
All formats supported by ImageGear.
None