Editions
Related Functions
Example
The IN_EditRedo function repeats the last change that was canceled on the active edit layer. Changes include placing and deleting vector objects, but not moving and resizing them. This function cannot be used until an action has been canceled with the IN_EditUndo function, or with the Edit, Undo command.
Syntax
int IN_EditRedo( layerID )
|
Parameters |
Meaning |
|
IN_LAYER layerID |
identifier of the edit layer to perform the redo operation on |
Release information
Added to Imagenation for Windows in Release 4.44.
As of Release 5.1, also available in Imagenation for UNIX.
See also