VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebArcInteractionPointJS type / set_SecondPointFillColor Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_SecondPointFillColor Method
    In This Topic
    Sets the second point fill color of the interaction area.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebArcInteractionPointJS(cursor);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: string
    
    returnValue = instance.set_SecondPointFillColor(value);
    
    
    function set_SecondPointFillColor(
    value
    The second point fill color of the interaction area.
    : string
    ) : any;

    Parameters

    value
    The second point fill color of the interaction area.
    Browser Compatibility
    56+
    45+
    11
    See Also