In This Topic
Returns the visual tool at the specified index.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebCompositeVisualToolJS(visualTools);
var value; // Type: Vintasoft.Imaging.UI.VisualTools.WebVisualToolJS
// Parameters
var index; // Type: number
value = instance.getTool(index);
Parameters
- index
- Zero-based index of visual tools.
Return Value
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if index is less than zero or index is greater than visual tools collection length. |
Browser Compatibility
See Also