VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebArcAnnotationViewJS 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.WebArcAnnotationViewJS();

var value; // Type: object

// Parameters
var location; // Type: object
var size; // Type: object
var rotation; // Type: number

value = instance.getBoundingBox(location, size, rotation);

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