ImageGear Professional v18.4 > API Reference Guide > GUI Component API Reference > GUI Component Callback Functions Reference > FNIGGUI_IP_UPDATE |
This function is called by ImageGear to notify your application that the image has been modified by an Image Processing function.
Copy Code
|
|
---|---|
VOID FNIGGUI_IP_UPDATE(HIGEAR hIGear); |
Name | Type | Description |
hIGear | HIGEAR | The HIGEAR handle of the image. |
All formats supported by ImageGear.
None