// Parameters var source; // Type: WebImageJS var actionSource; // Type: object var imageCollection; // Type: WebImageCollectionJS var instance = new Vintasoft.Imaging.WebImageUndoActionJS(source, actionSource, imageCollection);
function WebImageUndoActionJS(
sourceWebImageJS object.: WebImageJS,
actionSourceAction object.: object,
imageCollectionWebImageCollectionJS object that contains source object.: WebImageCollectionJS
) : WebImageUndoActionJS;
Parameters
- source
- WebImageJS object.
- actionSource
- Action object.
- imageCollection
- WebImageCollectionJS object that contains source object.