VintaSoft Imaging .NET SDK 15.0: Документация для Веб разработчика
Vintasoft.Imaging Namespace / WebImageUndoActionJS type / WebImageUndoActionJS Constructor(WebImageJS,object,WebImageCollectionJS)
Syntax BrowserCompatibility SeeAlso
В этом разделе
    WebImageUndoActionJS Constructor(WebImageJS,object,WebImageCollectionJS)
    В этом разделе
    Initializes a new instance of the WebImageUndoActionJS class.
    Синтаксис
    // Parameters
    var source; // Type: WebImageJS
    var actionSource; // Type: object
    var imageCollection; // Type: WebImageCollectionJS
    
    var instance = new Vintasoft.Imaging.WebImageUndoActionJS(source, actionSource, imageCollection);
    
    
    function WebImageUndoActionJS(
    source
    WebImageJS объект.
    : WebImageJS,
    actionSource
    Объект действия.
    : object,
    imageCollection
    Объект WebImageCollectionJS, содержащий исходный объект.
    : WebImageCollectionJS
    ) : WebImageUndoActionJS;

    Parameters

    source
    WebImageJS объект.
    actionSource
    Объект действия.
    imageCollection
    Объект WebImageCollectionJS, содержащий исходный объект.
    Совместимость с веб браузерами
    9
    5
    11
    5
    Смотрите также