VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebRectangularSelectionJS type / WebRectangularSelectionJS Constructors / WebRectangularSelectionJS Constructor(object)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebRectangularSelectionJS Constructor(object)
    In This Topic
    Initializes a new instance of the WebRectangularSelectionJS class.
    Syntax
    // Parameters
    var rectangle; // Type: object
    
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebRectangularSelectionJS(rectangle);
    
    
    function WebRectangularSelectionJS(
    rectangle
    Rectangle in image space.
    : object
    ) : WebRectangularSelectionJS;

    Parameters

    rectangle
    Rectangle in image space.
    Browser Compatibility
    56+
    45+
    11
    See Also