VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.Undo Namespace / WpfVisualToolUndoAction Class
In This Topic
WpfVisualToolUndoAction Class Methods
In This Topic
For a list of all methods of this type, see WpfVisualToolUndoAction.
Public Methods
 NameDescription
Public MethodDisposes all resources used by the action. (Inherited from UndoAction)
Public MethodReturns the copy of current state of action. (Inherited from UndoAction)
Public MethodReturns the description of change in object. (Inherited from UndoAction)
Protected Methods
 NameDescription
Protected MethodReturns the identifier, in data storage, of the current state. (Inherited from UndoAction)
Protected MethodChanges the current state of action. (Inherited from UndoAction)
Protected MethodChanges the source object (Source) of action. (Inherited from UndoAction)
Protected MethodChanges the source item in SourceItems. (Inherited from UndoAction)
Protected MethodChanges the source items in SourceItems. (Inherited from UndoAction)
Protected MethodUndoes the action.
See Also