VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI.Undo Namespace / WpfAnnotationViewerUndoMonitor Class / CreateAnnotationViewCollectionUndoMonitor(UndoManager,WpfAnnotationVisualTool,WpfAnnotationViewCollection) Method
Syntax Requirements SeeAlso
In This Topic
    CreateAnnotationViewCollectionUndoMonitor(UndoManager,WpfAnnotationVisualTool,WpfAnnotationViewCollection) Method (WpfAnnotationViewerUndoMonitor)
    In This Topic
    Creates the undo monitor of annotation view collection.
    Syntax
    'Declaration
    
    Protected Overridable Function CreateAnnotationViewCollectionUndoMonitor( _
    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 _
    ) As WpfAnnotationViewCollectionUndoMonitor

    Parameters

    undoManager
    The undo manager.
    annotationVisualTool
    The annotation visual tool of annotation viewer.
    annotationViewCollection
    The annotation view collection.

    Return Value

    The undo monitor of annotation view collection.
    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