VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebRectangleAnnotationViewJS type / getBoundingBox Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    getBoundingBox Method
    In This Topic
    Returns the bounding box of annotation with taken into account position and rotation of annotation.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebRectangleAnnotationViewJS();
    
    var value; // Type: object
    
    // Parameters
    var location; // Type: object
    var size; // Type: object
    var rotation; // Type: number
    
    value = instance.getBoundingBox(location, size, rotation);
    
    
    function getBoundingBox(
    location
    The annotation location.
    : object,
    size
    The annotation size.
    : object,
    rotation
    The annotation rotation.
    : number
    ) : object;

    Parameters

    location
    The annotation location.
    size
    The annotation size.
    rotation
    The annotation rotation.

    Return Value

    The bounding box of annotation with taken into account position and rotation of annotation.
    Browser Compatibility
    56+
    45+
    11
    See Also