VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebInteractionPointJS type / WebInteractionPointJS Constructor(string,string,string,string)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebInteractionPointJS Constructor(string,string,string,string)
    In This Topic
    Initializes a new instance of the WebInteractionPointJS class.
    Syntax
    // Parameters
    var name; // Type: string
    var fillColor; // Type: string
    var borderColor; // Type: string
    var cursor; // Type: string
    
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebInteractionPointJS(name, fillColor, borderColor, cursor);
    
    
    function WebInteractionPointJS(
    name
    Name of the interaction area.
    : string,
    fillColor
    Fill color of the interaction area.
    : string,
    borderColor
    Border color of the interaction area.
    : string,
    cursor
    Cursor of the interaction area.
    : string
    ) : WebInteractionPointJS;

    Parameters

    name
    Name of the interaction area.
    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