VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebInteractionPointJS type / set_Radius Property
Syntax Exceptions Remarks BrowserCompatibility SeeAlso
In This Topic
    set_Radius Method
    In This Topic
    Sets the 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_Radius(value);
    
    
    function set_Radius(
    value
    Radius of interaction point. Default value is 4.
    : number
    ) : any;

    Parameters

    value
    Radius of interaction point. Default value is 4.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if argument is negative.
    Remarks

    Value of the get_InteractionRadius property is also changed when value of this property is changed.

    Browser Compatibility
    56+
    45+
    11
    See Also