'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.Wpf.UI.VisualTools.WpfAnnotationVisualTool, _
ByVal annotationViewCollectionThe annotation view collection.As Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationViewCollection, _
ByVal annotationViewThe annotation view for which undo monitor must be created.As Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationView _
) As WpfAnnotationViewUndoMonitor
protected virtual WpfAnnotationViewUndoMonitor CreateAnnotationViewUndoMonitor(
Vintasoft.Imaging.Undo.UndoManager undoManager,
Vintasoft.Imaging.Annotation.Wpf.UI.VisualTools.WpfAnnotationVisualTool annotationVisualTool,
Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationViewCollection annotationViewCollection,
Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationView annotationView
)
protected: virtual WpfAnnotationViewUndoMonitor* CreateAnnotationViewUndoMonitor(
Vintasoft.Imaging.Undo.UndoManager* undoManager,
Vintasoft.Imaging.Annotation.Wpf.UI.VisualTools.WpfAnnotationVisualTool* annotationVisualTool,
Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationViewCollection* annotationViewCollection,
Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationView* annotationView
)
protected:
virtual WpfAnnotationViewUndoMonitor^ CreateAnnotationViewUndoMonitor(
Vintasoft.Imaging.Undo.UndoManager^ undoManager,
Vintasoft.Imaging.Annotation.Wpf.UI.VisualTools.WpfAnnotationVisualTool^ annotationVisualTool,
Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationViewCollection^ annotationViewCollection,
Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationView^ 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.