This function clears all pending undo operations from memory.
Copy Code
|
|
---|---|
AT_ERRCOUNT ART_edit_undo_clear(HIGEAR hIGear); |
Name | Type | Description |
---|---|---|
hIGear | HIGEAR | HIGEAR handle to the image. |
Returns the number of ImageGear errors that occurred during the function call.
All pixel formats supported by ImageGear for C and C++.
None
Copy Code
|
|
---|---|
AT_ERRCOUNT nErrcount; HIGEAR hIGear; nErrcount = ART_edit_undo_clear(hIGear); |
A subsequent call to ART_edit_undo() has no effect on the marks associated with the specified HIGEAR image.
An error is set if any of the following conditions are met: