'Declaration Public Function New( _
ByVal undoManagerThe undo manager.As Vintasoft.Imaging.Undo.UndoManager, _
ByVal annotationToolThe annotation visual tool.As Vintasoft.Imaging.Annotation.UI.VisualTools.AnnotationVisualTool, _
ByVal annotationViewCollectionAn annotation view collection, which must be monitored.As Vintasoft.Imaging.Annotation.UI.AnnotationViewCollection, _
ByVal annotationViewAn annotation view, which must be monitored.As Vintasoft.Imaging.Annotation.UI.AnnotationView _
)
public AnnotationViewUndoMonitor(
Vintasoft.Imaging.Undo.UndoManager undoManager,
Vintasoft.Imaging.Annotation.UI.VisualTools.AnnotationVisualTool annotationTool,
Vintasoft.Imaging.Annotation.UI.AnnotationViewCollection annotationViewCollection,
Vintasoft.Imaging.Annotation.UI.AnnotationView annotationView
)
public: AnnotationViewUndoMonitor(
Vintasoft.Imaging.Undo.UndoManager* undoManager,
Vintasoft.Imaging.Annotation.UI.VisualTools.AnnotationVisualTool* annotationTool,
Vintasoft.Imaging.Annotation.UI.AnnotationViewCollection* annotationViewCollection,
Vintasoft.Imaging.Annotation.UI.AnnotationView* annotationView
)
public:
AnnotationViewUndoMonitor(
Vintasoft.Imaging.Undo.UndoManager^ undoManager,
Vintasoft.Imaging.Annotation.UI.VisualTools.AnnotationVisualTool^ annotationTool,
Vintasoft.Imaging.Annotation.UI.AnnotationViewCollection^ annotationViewCollection,
Vintasoft.Imaging.Annotation.UI.AnnotationView^ annotationView
)
Parameters
- undoManager
- The undo manager.
- annotationTool
- The annotation visual tool.
- annotationViewCollection
- An annotation view collection, which must be monitored.
- annotationView
- An annotation view, which must be monitored.