VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.UI.Undo Namespace / AnnotationViewCollectionUndoMonitor Class / CreateAnnotationViewUndoMonitor(UndoManager,AnnotationVisualTool,AnnotationViewCollection,AnnotationView) Method
Syntax Requirements SeeAlso
In This Topic
CreateAnnotationViewUndoMonitor(UndoManager,AnnotationVisualTool,AnnotationViewCollection,AnnotationView) Method (AnnotationViewCollectionUndoMonitor)
In This Topic
Creates the undo monitor for annotation view.
Syntax
'Declaration

Protected Overridable Function CreateAnnotationViewUndoMonitor( _
ByVal undoManager
The undo manager.
As Vintasoft.Imaging.Undo.UndoManager, _
ByVal annotationVisualTool
The annotation visual tool of annotation viewer.
As Vintasoft.Imaging.Annotation.UI.VisualTools.AnnotationVisualTool, _
ByVal annotationViewCollection
The annotation view collection.
As Vintasoft.Imaging.Annotation.UI.AnnotationViewCollection, _
ByVal annotationView
The annotation view for which undo monitor must be created.
As Vintasoft.Imaging.Annotation.UI.AnnotationView _
) As AnnotationViewUndoMonitor

Parameters

undoManager
The undo manager.
annotationVisualTool
The annotation visual tool of annotation viewer.
annotationViewCollection
The annotation view collection.
annotationView
The annotation view for which undo monitor must be created.

Return Value

The undo monitor for annotation view.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also