| Language Version : | ActionScript 3.0 |
| Runtime Versions : | Flash Player 10, AIR 1.5 |
The BitmapFillMode class defines an enumeration of the resize modes that
determine how a BitmapImage fills in the dimensions specified by the layout system.
public static const CLIP:String = clip| Language Version : | ActionScript 3.0 |
| Runtime Versions : | Flash Player 10, AIR 1.5 |
The bitmap ends at the edge of the region.
public static const REPEAT:String = repeat| Language Version : | ActionScript 3.0 |
| Runtime Versions : | Flash Player 10, AIR 1.5 |
The bitmap is repeated to fill the region.
public static const SCALE:String = scale| Language Version : | ActionScript 3.0 |
| Runtime Versions : | Flash Player 10, AIR 1.5 |
The bitmap fill stretches to fill the region.
Mon Dec 24 2012, 01:18 PM +11:00