'Declaration Public Function New( _
ByVal undoManagerМенеджер отмены.As Vintasoft.Imaging.Undo.UndoManager, _
ByVal annotationToolВизуальный инструмент аннотаций.As Vintasoft.Imaging.Annotation.UI.VisualTools.AnnotationVisualTool, _
ByVal annotationViewCollectionКоллекция представлений аннотаций, которую необходимо отслеживать.As Vintasoft.Imaging.Annotation.UI.AnnotationViewCollection, _
ByVal annotationViewВид аннотации, который необходимо отслеживать.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
- Менеджер отмены.
- annotationTool
- Визуальный инструмент аннотаций.
- annotationViewCollection
- Коллекция представлений аннотаций, которую необходимо отслеживать.
- annotationView
- Вид аннотации, который необходимо отслеживать.