Packagecom.iwobanas.utils
Classpublic class ComponentUtils

The ComponentUtils class is an all-static class with methods for working with visual components. You do not create instances of ComponentUtils; instead you simply call static methods such as the ComponentUtils.getVisibleBounds() method.



Public Methods
 MethodDefined by
  
getVisibleBounds(target:DisplayObject):Rectangle
[static] Returns a rectangle that describes the visible region of the component, including any dropshadows or filters.
ComponentUtils
Method detail
getVisibleBounds()method
public static function getVisibleBounds(target:DisplayObject):Rectangle

Returns a rectangle that describes the visible region of the component, including any dropshadows or filters. This method is copied from Flex 3 MaskEffectInstance implemetation.

Parameters
target:DisplayObject — the component to be described

Returns
Rectangle