set_EraserRemovesObjectImmediately Method
In This Topic
Sets a value indicating whether eraser must remove object immediately when mouse cursor hovers object.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationVisualToolJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_EraserRemovesObjectImmediately(value);
function set_EraserRemovesObjectImmediately(
: boolean
) : any;
Parameters
- value
- True - eraser must remove object immediately when mouse cursor hovers object; False - eraser must remove object only when user releases the mouse button. Default value is True.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also