Returns the bounding box of annotation with taken into account position and rotation of annotation.
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);
function getBoundingBox(
: object,
: object,
: 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.