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

    Parameters

    undoManager
    Объект WebUndoManagerJS.
    imageCollection
    Объект WebImageCollectionJS, содержащий изображение.
    image
    WebImageJS для мониторинга.
    Совместимость с веб браузерами
    9
    5
    11
    5
    Смотрите также