'Declaration Protected Overridable Function CreateAnnotationViewCollectionUndoMonitor( _
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 _
) As WpfAnnotationViewCollectionUndoMonitor
protected virtual WpfAnnotationViewCollectionUndoMonitor CreateAnnotationViewCollectionUndoMonitor(
Vintasoft.Imaging.Undo.UndoManager undoManager,
Vintasoft.Imaging.Annotation.Wpf.UI.VisualTools.WpfAnnotationVisualTool annotationVisualTool,
Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationViewCollection annotationViewCollection
)
protected: virtual WpfAnnotationViewCollectionUndoMonitor* CreateAnnotationViewCollectionUndoMonitor(
Vintasoft.Imaging.Undo.UndoManager* undoManager,
Vintasoft.Imaging.Annotation.Wpf.UI.VisualTools.WpfAnnotationVisualTool* annotationVisualTool,
Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationViewCollection* annotationViewCollection
)
protected:
virtual WpfAnnotationViewCollectionUndoMonitor^ CreateAnnotationViewCollectionUndoMonitor(
Vintasoft.Imaging.Undo.UndoManager^ undoManager,
Vintasoft.Imaging.Annotation.Wpf.UI.VisualTools.WpfAnnotationVisualTool^ annotationVisualTool,
Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationViewCollection^ annotationViewCollection
)
Parameters
- undoManager
- The undo manager.
- annotationVisualTool
- The annotation visual tool of annotation viewer.
- annotationViewCollection
- The annotation view collection.
Return Value
The undo monitor of annotation view collection.