VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Undo Namespace / ImageProcessingUndoAction Class
Constructors Properties Methods SeeAlso
In This Topic
    ImageProcessingUndoAction Class Members
    In This Topic
    The following tables list the members exposed by ImageProcessingUndoAction.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets the action source. (Inherited from UndoAction)
    Public PropertyGets the data storage that stores the objects. (Inherited from UndoAction)
    Public PropertyGets a value indicating whether this instance has current state. (Inherited from UndoAction)
    Public PropertyGets a value indicating whether the undo action is valid.
    Public PropertyGets the reference to the source object of action. (Inherited from UndoAction)
    Public PropertyGets the references to the source objects stored in Source. For example, this property contains references to the collection objects if Source is collection. (Inherited from UndoAction)
    Protected Properties
     NameDescription
    Protected PropertyGets the current state. (Inherited from UndoAction)
    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