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