VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebFillRectangleCommandJS type / set_Rectangles Property
Syntax Exceptions BrowserCompatibility SeeAlso
    set_Rectangles Method
    Sets the rectangles, which should be filled.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebFillRectangleCommandJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: object[]
    
    returnValue = instance.set_Rectangles(value);
    
    

    Parameters

    value
    Array of rectangles. Default value is empty array.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also