VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.UI.Undo Namespace / AnnotationVisualToolUndoMonitor Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    AnnotationVisualToolUndoMonitor Class
    In This Topic
    The undo monitor that monitors the AnnotationVisualTool object and adds CompositeUndoAction to an undo manager if AnnotationVisualTool added an annotation.
    Object Model
    UndoManager IDataStorage AnnotationVisualToolUndoMonitor
    Syntax
    'Declaration
    
    Public Class AnnotationVisualToolUndoMonitor
       Inherits Vintasoft.Imaging.Undo.UndoMonitor
    
    
    public class AnnotationVisualToolUndoMonitor : Vintasoft.Imaging.Undo.UndoMonitor
    
    
    public __gc class AnnotationVisualToolUndoMonitor : public Vintasoft.Imaging.Undo.UndoMonitor*
    
    
    public ref class AnnotationVisualToolUndoMonitor : public Vintasoft.Imaging.Undo.UndoMonitor^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Undo.UndoMonitor
          Vintasoft.Imaging.Annotation.UI.Undo.AnnotationVisualToolUndoMonitor

    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