VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebRectangleAnnotationViewJS type / getDrawingBox Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    getDrawingBox Method
    In This Topic
    Returns the drawing box for annotation.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebRectangleAnnotationViewJS();
    
    var value; // Type: object
    
    // Parameters
    var transform; // Type: object
    
    value = instance.getDrawingBox(transform);
    
    
    function getDrawingBox(
    transform
    The transform that should be applied to the annotation.
    : object
    ) : object;

    Parameters

    transform
    The transform that should be applied to the annotation.

    Return Value

    The drawing box.
    Browser Compatibility
    56+
    45+
    11
    See Also