'Declaration Protected Overridable Function CreateAnnotationViewUndoMonitor( _
ByVal undoManagerМенеджер отмены.As Vintasoft.Imaging.Undo.UndoManager, _
ByVal annotationVisualToolВизуальный инструмент аннотаций просмотрщика аннотаций.As Vintasoft.Imaging.Annotation.UI.VisualTools.AnnotationVisualTool, _
ByVal annotationViewCollectionКоллекция представлений аннотаций.As Vintasoft.Imaging.Annotation.UI.AnnotationViewCollection, _
ByVal annotationViewПредставление аннотаций, для которого должен быть создан монитор отмены.As Vintasoft.Imaging.Annotation.UI.AnnotationView _
) As AnnotationViewUndoMonitor
protected virtual AnnotationViewUndoMonitor CreateAnnotationViewUndoMonitor(
Vintasoft.Imaging.Undo.UndoManager undoManager,
Vintasoft.Imaging.Annotation.UI.VisualTools.AnnotationVisualTool annotationVisualTool,
Vintasoft.Imaging.Annotation.UI.AnnotationViewCollection annotationViewCollection,
Vintasoft.Imaging.Annotation.UI.AnnotationView annotationView
)
protected: virtual AnnotationViewUndoMonitor* CreateAnnotationViewUndoMonitor(
Vintasoft.Imaging.Undo.UndoManager* undoManager,
Vintasoft.Imaging.Annotation.UI.VisualTools.AnnotationVisualTool* annotationVisualTool,
Vintasoft.Imaging.Annotation.UI.AnnotationViewCollection* annotationViewCollection,
Vintasoft.Imaging.Annotation.UI.AnnotationView* annotationView
)
protected:
virtual AnnotationViewUndoMonitor^ CreateAnnotationViewUndoMonitor(
Vintasoft.Imaging.Undo.UndoManager^ undoManager,
Vintasoft.Imaging.Annotation.UI.VisualTools.AnnotationVisualTool^ annotationVisualTool,
Vintasoft.Imaging.Annotation.UI.AnnotationViewCollection^ annotationViewCollection,
Vintasoft.Imaging.Annotation.UI.AnnotationView^ annotationView
)
Parameters
- undoManager
- Менеджер отмены.
- annotationVisualTool
- Визуальный инструмент аннотаций просмотрщика аннотаций.
- annotationViewCollection
- Коллекция представлений аннотаций.
- annotationView
- Представление аннотаций, для которого должен быть создан монитор отмены.
Return Value
Монитор отмены для представления аннотаций.