VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.UI.Undo Namespace / AnnotationViewUndoMonitor Class / AnnotationViewUndoMonitor Constructors / AnnotationViewUndoMonitor Constructor(UndoManager,AnnotationVisualTool,AnnotationViewCollection,AnnotationView)
Синтаксис Требования Смотрите также
В этом разделе
    AnnotationViewUndoMonitor Constructor(UndoManager,AnnotationVisualTool,AnnotationViewCollection,AnnotationView)
    В этом разделе
    Инициализирует новый экземпляр класса AnnotationViewUndoMonitor.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal undoManager
    Менеджер отмены.
    As Vintasoft.Imaging.Undo.UndoManager, _
    ByVal annotationTool
    Визуальный инструмент аннотаций.
    As Vintasoft.Imaging.Annotation.UI.VisualTools.AnnotationVisualTool, _
    ByVal annotationViewCollection
    Коллекция представлений аннотаций, которую необходимо отслеживать.
    As Vintasoft.Imaging.Annotation.UI.AnnotationViewCollection, _
    ByVal annotationView
    Вид аннотации, который необходимо отслеживать.
    As Vintasoft.Imaging.Annotation.UI.AnnotationView _
    )

    Parameters

    undoManager
    Менеджер отмены.
    annotationTool
    Визуальный инструмент аннотаций.
    annotationViewCollection
    Коллекция представлений аннотаций, которую необходимо отслеживать.
    annotationView
    Вид аннотации, который необходимо отслеживать.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также