Package | com.iwobanas.utils |
Class | public class ComponentUtils |
Method | Defined by | ||
---|---|---|---|
getVisibleBounds(target:DisplayObject):Rectangle
[static]
Returns a rectangle that describes the visible region of the component, including any dropshadows or filters.
| ComponentUtils |
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.
Parameterstarget:DisplayObject — the component to be described
|
Rectangle |