'Declaration Public Function New( _
ByVal undoManagerThe undo manager.As Vintasoft.Imaging.Undo.UndoManager, _
ByVal annotationViewCollectionAn annotation view collection, which must be monitored.As Vintasoft.Imaging.Annotation.UI.AnnotationViewCollection, _
ByVal annotationViewAn annotation view, which must be monitored.As Vintasoft.Imaging.Annotation.UI.AnnotationView _
)
public AnnotationViewUndoMonitor(
Vintasoft.Imaging.Undo.UndoManager undoManager,
Vintasoft.Imaging.Annotation.UI.AnnotationViewCollection annotationViewCollection,
Vintasoft.Imaging.Annotation.UI.AnnotationView annotationView
)
Parameters
- undoManager
- The undo manager.
- annotationViewCollection
- An annotation view collection, which must be monitored.
- annotationView
- An annotation view, which must be monitored.