WebAnnotationViewUndoMonitorJS Constructor(WebUndoManagerJS,WebAnnotationViewCollectionJS,WebAnnotationViewJS)
In This Topic
Initializes a new instance of the
WebAnnotationViewUndoMonitorJS class.
Syntax
// Parameters
var undoManager; // Type: WebUndoManagerJS
var annotationViewCollection; // Type: WebAnnotationViewCollectionJS
var annotationView; // Type: WebAnnotationViewJS
var instance = new Vintasoft.Imaging.Annotation.WebAnnotationViewUndoMonitorJS(undoManager, annotationViewCollection, annotationView);
Parameters
- undoManager
- WebUndoManagerJS object.
- annotationViewCollection
- The WebAnnotationViewCollectionJS that contains annotationView.
- annotationView
- WebAnnotationViewJS to monitor.
Browser Compatibility
See Also