'Declaration Public Function New( _
ByVal managerThe undo manager.As Vintasoft.Imaging.Undo.UndoManager, _
ByVal viewerThe annotation viewer.As Vintasoft.Imaging.Annotation.UI.AnnotationViewer _
)
public AnnotationViewerUndoMonitor(
Vintasoft.Imaging.Undo.UndoManager manager,
Vintasoft.Imaging.Annotation.UI.AnnotationViewer viewer
)
public: AnnotationViewerUndoMonitor(
Vintasoft.Imaging.Undo.UndoManager* manager,
Vintasoft.Imaging.Annotation.UI.AnnotationViewer* viewer
)
public:
AnnotationViewerUndoMonitor(
Vintasoft.Imaging.Undo.UndoManager^ manager,
Vintasoft.Imaging.Annotation.UI.AnnotationViewer^ viewer
)
Parameters
- manager
- The undo manager.
- viewer
- The annotation viewer.