VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebRectangularObjectBuilderJS type / WebRectangularObjectBuilderJS Constructor(object)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebRectangularObjectBuilderJS Constructor(object)
    In This Topic
    Initializes a new instance of the WebRectangularObjectBuilderJS class.
    Syntax
    // Parameters
    var interactionObj; // Type: object
    
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebRectangularObjectBuilderJS(interactionObj);
    
    
    function WebRectangularObjectBuilderJS(
    interactionObj
    The interaction object.
    : object
    ) : WebRectangularObjectBuilderJS;

    Parameters

    interactionObj
    The interaction object.
    Browser Compatibility
    56+
    45+
    11
    See Also