In This Topic
Sets the interaction point style.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebInteractionPointJS(name, fillColor, borderColor, cursor);
var returnValue; // Type: any
// Parameters
var value; // Type: WebInteractionPointTypeEnumJS
returnValue = instance.set_Style(value);
function set_Style(
: WebInteractionPointTypeEnumJS
) : any;
Parameters
- value
- WebInteractionPointTypeEnumJS object.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also