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

    Parameters

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