In This Topic
Returns the drawing box for annotation.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebCompositeAnnotationViewJS(items);
var value; // Type: object
// Parameters
var transform; // Type: object
value = instance.getDrawingBox(transform);
function getDrawingBox(
: object
) : object;
Parameters
- transform
- The transform that should be applied to the annotation.
Return Value
The drawing box.
Browser Compatibility
See Also