VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebArcInteractionPointJS type / set_FirstPointFillColor Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_FirstPointFillColor Method
    In This Topic
    Sets the first 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_FirstPointFillColor(value);
    
    
    function set_FirstPointFillColor(
    value
    The first point fill color of the interaction area.
    : string
    ) : any;

    Parameters

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