WebInteractionAreaJS Constructor(string,string,string,string)
In This Topic
Initializes a new instance of the
WebInteractionAreaJS class.
Syntax
// Parameters
var name; // Type: string
var fillColor; // Type: string
var borderColor; // Type: string
var cursor; // Type: string
var instance = new Vintasoft.Imaging.UI.VisualTools.WebInteractionAreaJS(name, fillColor, borderColor, cursor);
function WebInteractionAreaJS(
: string,
: string,
: string,
: string
) : WebInteractionAreaJS;
Parameters
- name
- Name of the interaction area.
- fillColor
- Fill color of the interaction area.
- borderColor
- Border color of the interaction area.
- cursor
- Cursor of the interaction area.
Browser Compatibility
See Also