New to Telerik UI for WinForms? Download free 30-day trial

History

RadImageEditor has a history stack, which records each command that is executed on the image currently loaded in the control. This is convenient, as it allows past actions to be reversed and re-applied whenever needed.

Undo/Redo commands can be executed from the UI.

WinForms RadImageEditor History

You can use the methods as well.

radImageEditor1.ImageEditorElement.Undo();
//or
radImageEditor1.ImageEditorElement.Redo();

radImageEditor1.ImageEditorElement.Undo()
'or
radImageEditor1.ImageEditorElement.Redo()

See Also

In this article