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);
function WebInteractionPointJS(
: string,
: string,
: string,
: string
) : WebInteractionPointJS;
Parameters
- name
- Имя области взаимодействия.
- fillColor
- Цвет заливки области взаимодействия.
- borderColor
- Цвет границы области взаимодействия.
- cursor
- Курсор области взаимодействия.
Совместимость с веб браузерами
Смотрите также