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

    Return Value

    Array of rectangles. Default value is empty array.
    Browser Compatibility
    56+
    45+
    11
    See Also