In This Topic
Sets a value indicating whether rectangular selection can be moved.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebRectangularSelectionToolJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_Movable(value);
function set_Movable(
: boolean
) : any;
Parameters
- value
- True - rectangular selection can be moved; False - rectangular selection cannot be moved. Default value is True.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also