WebImageUndoMonitorJS type
In This Topic
Represents an undo monitor that monitors the
WebImageJS object and adds undo action to an undo manager if
WebImageJS object is changed.
Syntax
// Parameters
var undoManager; // Type: WebUndoManagerJS
var imageCollection; // Type: WebImageCollectionJS
var image; // Type: WebImageJS
var instance = new Vintasoft.Imaging.WebImageUndoMonitorJS(undoManager, imageCollection, image);
function WebImageUndoMonitorJS;
Inheritance Hierarchy
Object
 Vintasoft.Imaging.WebUndoMonitorJS
   Vintasoft.Imaging.WebImageUndoMonitorJS
Browser Compatibility
See Also