In This Topic
Selects the specified image region.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebHighlightToolJS();
var value; // Type: any
// Parameters
var item; // Type: WebHighlightObjectJS
value = instance.selectItem(item);
Parameters
- item
- WebHighlightObjectJS object.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if item is not contained in tool regions. |
Browser Compatibility
See Also