Imagenation keeps track of the changes made on each edit layer. You can use the IN_EditUndo function to reverse the last several actions. Keep in mind that actions include placing and deleting vector objects, but not moving and resizing them (or adding and removing layers and pages).
To undo the latest action on the active edit layer:
· Use the IN_EditUndo function.
The last change made is reversed. You can call IN_EditUndo until you reach an action that cannot be undone, or until no actions are left to be undone.
To "redo" an action that you have canceled:
· Use the IN_EditRedo function.
The last IN_EditUndo command result is reversed. You can call IN_EditRedo until all actions are reversed. Redo and Undo lists are not saved from session to session.
See also