VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebRectangularSelectionToolJS type / set_Rectangle Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_Rectangle Method
    In This Topic
    Sets a rectangle that defines rectangular selection on image.
    Syntax
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebRectangularSelectionToolJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: object
    
    returnValue = instance.set_Rectangle(value);
    
    
    function set_Rectangle(
    value
    A rectangle that defines rectangular selection on image.
    : object
    ) : any;

    Parameters

    value
    A rectangle that defines rectangular selection on image.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if rectangle has a negative attribute.
    Browser Compatibility
    56+
    45+
    11
    See Also