AnnotationUndo Constructor (Object, UndoChange, String) |
Creates a new instance of AnnotationUndo specifying the object being modified and the
type of change being performed.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic AnnotationUndo(
Object item,
UndoChange change,
string description
)
Public Sub New (
item As Object,
change As UndoChange,
description As String
)
Parameters
- item
- Type: System.Object
The object being changed. - change
- Type: Atalasoft.Annotate.UndoChange
The type of change being performed. - description
- Type: System.String
A short string describing the undo.
See Also