'Declaration Public Function New( _
ByVal undoManagerUndo manager.As Vintasoft.Imaging.Undo.UndoManager, _
ByVal annotationViewCollectionAnnotation view collection to monitor.As Vintasoft.Imaging.Annotation.UI.AnnotationViewCollection _
)
public AnnotationViewCollectionUndoMonitor(
Vintasoft.Imaging.Undo.UndoManager undoManager,
Vintasoft.Imaging.Annotation.UI.AnnotationViewCollection annotationViewCollection
)
public: AnnotationViewCollectionUndoMonitor(
Vintasoft.Imaging.Undo.UndoManager* undoManager,
Vintasoft.Imaging.Annotation.UI.AnnotationViewCollection* annotationViewCollection
)
public:
AnnotationViewCollectionUndoMonitor(
Vintasoft.Imaging.Undo.UndoManager^ undoManager,
Vintasoft.Imaging.Annotation.UI.AnnotationViewCollection^ annotationViewCollection
)
Parameters
- undoManager
- Undo manager.
- annotationViewCollection
- Annotation view collection to monitor.