VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebInteractionPointJS type / set_InteractionRadius Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    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(
    value
    Interaction radius of interaction point. Default value is 4.
    : number
    ) : any;

    Parameters

    value
    Interaction radius of interaction point. Default value is 4.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if argument is negative.
    Browser Compatibility
    56+
    45+
    11
    See Also