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

    Return Value

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