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