This function is called by ImageGear to notify your application that the image has been modified by an Image Processing Effects function.
Declaration:
Copy Code | |
---|---|
VOID FNIGGUI_FX_UPDATE(HIGEAR hIGear); |
Arguments:
Name | Type | Description |
hIGear | HIGEAR | The HIGEAR handle of the image. |
Return Value:
Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.Supported Raster Image Formats:
All formats supported by ImageGear.
Sample:
None