'Declaration Protected Overridable Function CreateAnnotationVisualToolUndoMonitor( _
ByVal undoManagerThe undo manager.As Vintasoft.Imaging.Undo.UndoManager, _
ByVal annotationVisualToolThe annotation visual tool.As Vintasoft.Imaging.Annotation.UI.VisualTools.AnnotationVisualTool _
) As AnnotationVisualToolUndoMonitor
protected virtual AnnotationVisualToolUndoMonitor CreateAnnotationVisualToolUndoMonitor(
Vintasoft.Imaging.Undo.UndoManager undoManager,
Vintasoft.Imaging.Annotation.UI.VisualTools.AnnotationVisualTool annotationVisualTool
)
protected: virtual AnnotationVisualToolUndoMonitor* CreateAnnotationVisualToolUndoMonitor(
Vintasoft.Imaging.Undo.UndoManager* undoManager,
Vintasoft.Imaging.Annotation.UI.VisualTools.AnnotationVisualTool* annotationVisualTool
)
protected:
virtual AnnotationVisualToolUndoMonitor^ CreateAnnotationVisualToolUndoMonitor(
Vintasoft.Imaging.Undo.UndoManager^ undoManager,
Vintasoft.Imaging.Annotation.UI.VisualTools.AnnotationVisualTool^ annotationVisualTool
)
Parameters
- undoManager
- The undo manager.
- annotationVisualTool
- The annotation visual tool.
Return Value
The undo monitor for annotation visual tool.