VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebMultiRectangularSelectionToolJS type / getSelections Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    getSelections Method
    In This Topic
    Returns the selection collection for specified image.
    Syntax
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebMultiRectangularSelectionToolJS();
    
    var value; // Type: object
    
    // Parameters
    var image; // Type: WebImageJS
    
    value = instance.getSelections(image);
    
    
    function getSelections(
    image
    The image.
    : WebImageJS
    ) : object;

    Parameters

    image
    The image.

    Return Value

    Collection that contains selection of specified image.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also