VintaSoft Imaging .NET SDK 14.1: Документация для Веб разработчика
Vintasoft.Imaging.UI.VisualTools Namespace / WebInteractionPointJS type / WebInteractionPointJS Constructor(string,string,string,string)
Syntax BrowserCompatibility SeeAlso
WebInteractionPointJS Constructor(string,string,string,string)
Initializes a new instance of the WebInteractionPointJS class.
Синтаксис
// Parameters
var name; // Type: string
var fillColor; // Type: string
var borderColor; // Type: string
var cursor; // Type: string

var instance = new Vintasoft.Imaging.UI.VisualTools.WebInteractionPointJS(name, fillColor, borderColor, cursor);

Parameters

name
Имя области взаимодействия.
fillColor
Цвет заливки области взаимодействия.
borderColor
Цвет границы области взаимодействия.
cursor
Курсор области взаимодействия.
Совместимость с веб браузерами
9
5
11
5
Смотрите также