RecursiveBoundsCalc: Boolean
The RecursiveBoundsCalc property determines automatic calculation of size and position of DOM tree.
Available Values:
true. Size and position will be automatically calculated.
false. Size and position will not be calculated automatically (default).
Use JSON or the setRecursiveBoundsCalc method to set the property value and the getRecursiveBoundsCalc method to get the property value.
The example of property use is given in description of the CanvasHTMLRenderer constructor.
See also: