In This Topic
Returns the object at the specified index.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebHighlightObjectsJS(objects, brush, pen);
var value; // Type: Vintasoft.Imaging.UI.VisualTools.WebHighlightObjectJS
// Parameters
var index; // Type: number
value = instance.getItem(index);
Parameters
- index
- Zero-based index of object in the collection.
Return Value
An instance of
WebHighlightObjectJS class.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if index is less than zero or index is greater than collection length. |
Browser Compatibility
See Also