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