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

var value; // Type: object

// Parameters
var transform; // Type: object

value = instance.getDrawingBox(transform);

Parameters

transform
The transform that should be applied to the annotation.

Return Value

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