set_SelectionOnlyOnImage Method
In This Topic
Sets a value indicating whether selection can be used only on image area.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebRectangularSelectionToolJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_SelectionOnlyOnImage(value);
function set_SelectionOnlyOnImage(
: boolean
) : any;
Parameters
- value
- A value indicating whether selection can be used only on image area. Default value is true.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also