VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebCompositeVisualToolJS type / contains Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
contains Method
In This Topic
Indicates whether the composite tool contains the specified visual tool.
Syntax
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.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also