'Declaration Protected Overridable Function CreateAnnotationViewUndoMonitor( _
ByVal undoManagerThe undo manager.As Vintasoft.Imaging.Undo.UndoManager, _
ByVal annotationVisualToolThe annotation visual tool of annotation viewer.As Vintasoft.Imaging.Annotation.UI.VisualTools.AnnotationVisualTool, _
ByVal annotationViewCollectionThe annotation view collection.As Vintasoft.Imaging.Annotation.UI.AnnotationViewCollection, _
ByVal annotationViewThe annotation view for which undo monitor must be created.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
- The undo manager.
- annotationVisualTool
- The annotation visual tool of annotation viewer.
- annotationViewCollection
- The annotation view collection.
- annotationView
- The annotation view for which undo monitor must be created.
Return Value
The undo monitor for annotation view.