WebImageUndoActionJS type
In This Topic
Represents an undo action that stores information about changes in
WebImageJS object.
Syntax
// Parameters
var source; // Type: WebImageJS
var actionSource; // Type: object
var imageCollection; // Type: WebImageCollectionJS
var instance = new Vintasoft.Imaging.WebImageUndoActionJS(source, actionSource, imageCollection);
function WebImageUndoActionJS;
Inheritance Hierarchy
Object
 Vintasoft.Imaging.WebUndoActionJS
   Vintasoft.Imaging.WebImageUndoActionJS
Browser Compatibility
See Also