VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI.Undo Namespace / WpfAnnotationViewCollectionUndoMonitor Class / CreateAnnotationViewUndoMonitor(UndoManager,WpfAnnotationVisualTool,WpfAnnotationViewCollection,WpfAnnotationView) Method
Syntax Requirements SeeAlso
In This Topic
    CreateAnnotationViewUndoMonitor(UndoManager,WpfAnnotationVisualTool,WpfAnnotationViewCollection,WpfAnnotationView) Method (WpfAnnotationViewCollectionUndoMonitor)
    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.Wpf.UI.VisualTools.WpfAnnotationVisualTool, _
    ByVal annotationViewCollection
    The annotation view collection.
    As Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationViewCollection, _
    ByVal annotationView
    The annotation view for which undo monitor must be created.
    As Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationView _
    ) As WpfAnnotationViewUndoMonitor

    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: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also