VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebPolygonInteractionPointJS type / WebPolygonInteractionPointJS Constructor(string,string,string)
Syntax BrowserCompatibility SeeAlso
    WebPolygonInteractionPointJS Constructor(string,string,string)
    Initializes a new instance of the WebPolygonInteractionPointJS class.
    Syntax
    // Parameters
    var fillColor; // Type: string
    var borderColor; // Type: string
    var cursor; // Type: string
    
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebPolygonInteractionPointJS(fillColor, borderColor, cursor);
    
    

    Parameters

    fillColor
    Fill color of the interaction area.
    borderColor
    Border color of the interaction area.
    cursor
    Cursor of the interaction area.
    Browser Compatibility
    56+
    45+
    11
    See Also