VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI.Undo Namespace / WpfAnnotationViewCollectionUndoAction Class
Constructors Properties Methods SeeAlso
In This Topic
WpfAnnotationViewCollectionUndoAction Class Members
In This Topic
The following tables list the members exposed by WpfAnnotationViewCollectionUndoAction.
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 WpfAnnotationView objects stored in WpfAnnotationViewCollection.
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.
Protected MethodChanges the source items in SourceItems. (Inherited from UndoAction)
Protected MethodUndoes the action.
See Also