Packagefeathers.display
Interfacepublic interface IDisplayObjectWithScrollRect
Implementors Image

Adds a scrollRect to a display object.



Public Properties
 PropertyDefined By
  scrollRect : Rectangle
The scroll rectangle bounds of the display object.
IDisplayObjectWithScrollRect
Property Detail
scrollRectproperty
scrollRect:Rectangle

The scroll rectangle bounds of the display object. The display object is cropped to the size defined by the rectangle, and it scrolls within the rectangle when you change the x and y properties of the scrollRect object.


Implementation
    public function get scrollRect():Rectangle
    public function set scrollRect(value:Rectangle):void

See also

flash.display.DisplayObject.scrollRect