WebImageUndoMonitorJS Constructor(WebUndoManagerJS,WebImageCollectionJS,WebImageJS)
In This Topic
Initializes a new instance of the
WebImageUndoMonitorJS class.
Syntax
// Parameters
var undoManager; // Type: WebUndoManagerJS
var imageCollection; // Type: WebImageCollectionJS
var image; // Type: WebImageJS
var instance = new Vintasoft.Imaging.WebImageUndoMonitorJS(undoManager, imageCollection, image);
Parameters
- undoManager
- WebUndoManagerJS object.
- imageCollection
- The WebImageCollectionJS that contains image.
- image
- WebImageJS to monitor.
Browser Compatibility
See Also