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);
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.