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(
: object
) : any;
Parameters
- value
- A rectangle that defines rectangular selection on image.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if rectangle has a negative attribute. |
Browser Compatibility
See Also