VintaSoft Imaging .NET SDK 14.0: 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);
    
    
    function addAndBuild(
    item
    Item to add.
    : WebRectangularSelectionJS
    ) : any;

    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