set_InteractionRadius Method
In This Topic
Sets the interaction radius of interaction point.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebInteractionPointJS(name, fillColor, borderColor, cursor);
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_InteractionRadius(value);
function set_InteractionRadius(
: number
) : any;
Parameters
- value
- Interaction radius of interaction point. Default value is 4.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if argument is negative. |
Browser Compatibility
See Also