set_ActiveVisualTool Method
In This Topic
Sets the active visual tool.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebCompositeVisualToolJS(visualTools);
var returnValue; // Type: any
// Parameters
var tool; // Type: WebVisualToolJS
returnValue = instance.set_ActiveVisualTool(tool);
function set_ActiveVisualTool(
: WebVisualToolJS
) : any;
Parameters
- tool
- WebVisualToolJS object that should be used as active visual tool.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if visual tools collection does not contain specified visual tool. |
Browser Compatibility
See Also