ClassImageHistory
Class
Definition
Namespace:Telerik.Windows.Media.Imaging.History
Assembly:Telerik.Windows.Controls.ImageEditor.dll
Syntax:
cs-api-definition
public class ImageHistory
Inheritance: objectImageHistory
Constructors
ImageHistory()
Declaration
cs-api-definition
public ImageHistory()
Fields
Properties
CanRedo
Determines whether a redo operation is available.
CanUndo
Determines whether an undo operation is available.
CurrentImage
Gets the current image.
Depth
Gets or sets the max count allowed in both undo and redo stacks.
MaximumMemoryBufferSize
Gets or sets the maximum amount of memory in bytes the history manager can use to optimize the undo and redo operations.
Methods
Execute(IImageCommand, object)
Declaration
cs-api-definition
public void Execute(IImageCommand command, object context)
Parameters
command
context
Redo()
Declaration
cs-api-definition
public void Redo()
Undo()
Declaration
cs-api-definition
public void Undo()
Events
CurrentImageChanged
Declaration
cs-api-definition
public event EventHandler CurrentImageChanged
Event Value