Indicates whether the composite tool contains the specified visual tool.
var instance = new Vintasoft.Imaging.UI.VisualTools.WebCompositeVisualToolJS(visualTools);
var value; // Type: boolean
// Parameters
var tool; // Type: WebVisualToolJS
value = instance.contains(tool);
Parameters
- tool
- WebVisualToolJS object.
Return Value
True if the composite tool contains the specified visual tool; otherwise, false.