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 Jul 9 2012, 07:18 PM -04:00