In This Topic
Adds the image regions that should be highlighted in the image viewer
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebHighlightToolJS();
var value; // Type: any
// Parameters
var highlightObjects; // Type: WebHighlightObjectsJS
value = instance.addItems(highlightObjects);
function addItems(
: WebHighlightObjectsJS
) : any;
Parameters
- highlightObjects
- Collection of objects (instance of the WebHighlightObjectsJS class) that defines image regions which should be highlighted in the image viewer.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also