VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebMultiRectangularSelectionToolJS type / addAndBuild Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
addAndBuild Method
In This Topic
Adds an item to the selection of focused image and begins the rectangle building.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebMultiRectangularSelectionToolJS();

var value; // Type: any

// Parameters
var item; // Type: WebRectangularSelectionJS

value = instance.addAndBuild(item);

Parameters

item
Item to add.
Exceptions
ExceptionDescription
Thrown if visual tool is not set in viewer.
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also