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

    Parameters

    point
    The template of interaction point.
    Browser Compatibility
    56+
    45+
    11
    See Also