VintaSoft Imaging .NET SDK 15.1: Документация для Веб разработчика
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);

Parameters

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