In This Topic
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);
function set_Rectangles(
: object[]
) : any;
Parameters
- value
- Array of rectangles. Default value is empty array.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also