Core.Web.Measure
Bounds
Class Hierarchy:

Measures the boundaries of an element,i.e., its left and top position and/or width and height. If the element is not attached to the rendered DOM hierarchy, the element will be temporarily removed from its hierarchy and placed in an off-screen buffer for measuring.

Constructor Summary
Public Core.Web.Measure.Bounds()
Creates a new Bounds object to calculate the size and/or position of an element.

Class Method Summary
Internal _initMeasureContainer()

Instance Method Summary
Public toString()
toString() implementation for debug purposes.

Constructor Detail
Core.Web.Measure.Bounds()
Creates a new Bounds object to calculate the size and/or position of an element.
Parameters:
element - the element to measure.

Class Method Detail
_initMeasureContainer

Instance Method Detail
toString
toString() implementation for debug purposes.
Returns:
(String) a string representation of the object