| Package | feathers.display |
| Interface | public interface IDisplayObjectWithScrollRect |
| Implementors | Image |
scrollRect to a display object.
| Property | Defined By | ||
|---|---|---|---|
| scrollRect : Rectangle
The scroll rectangle bounds of the display object. | IDisplayObjectWithScrollRect | ||
| scrollRect | property |
scrollRect:RectangleThe 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.
public function get scrollRect():Rectangle public function set scrollRect(value:Rectangle):voidSee also