VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebMultiRectangularSelectionToolJS type / add Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    add Method
    In This Topic
    Adds an item to the selection of specified image.
    Syntax
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebMultiRectangularSelectionToolJS();
    
    var value; // Type: any
    
    // Parameters
    var item; // Type: WebRectangularSelectionJS
    var image; // Type: WebImageJS
    
    value = instance.add(item, image);
    
    
    function add(
    item
    Item to add.
    : WebRectangularSelectionJS,
    image
    The image.
    : WebImageJS
    ) : any;

    Parameters

    item
    Item to add.
    image
    The image.
    Exceptions
    ExceptionDescription
    Thrown if visual tool is not set in viewer.
    Thrown if arguments have wrong types.
    Browser Compatibility
    56+
    45+
    11
    See Also