Packagemx.graphics
Classpublic final class BitmapScaleMode
InheritanceBitmapScaleMode Inheritance Object

Language Version : ActionScript 3.0
Product Version : Flex 4.5
Runtime Versions : Flash Player 10, AIR 1.5

The BitmapScaleMode class defines an enumeration for the scale modes that determine how a BitmapImage scales image content when fillMode is set to mx.graphics.BitmapFillMode.SCALE.

See also

spark.components.Image.scaleMode
spark.primitives.BitmapImage.scaleMode


Public Constants
 ConstantDefined By
  LETTERBOX : String = letterbox
[static] The bitmap fill is scaled while maintaining the aspect ratio of the original content.
BitmapScaleMode
  STRETCH : String = stretch
[static] The bitmap fill stretches to fill the region.
BitmapScaleMode
  ZOOM : String = zoom
[static] The bitmap fill is scaled and cropped such that the aspect ratio of the original content is maintained and no letterbox or pillar box is displayed.
BitmapScaleMode
Constant Detail
LETTERBOXConstant
public static const LETTERBOX:String = letterbox

Language Version : ActionScript 3.0
Product Version : Flex 4.5
Runtime Versions : Flash Player 10, AIR 1.5

The bitmap fill is scaled while maintaining the aspect ratio of the original content.

STRETCHConstant 
public static const STRETCH:String = stretch

Language Version : ActionScript 3.0
Product Version : Flex 4.5
Runtime Versions : Flash Player 10, AIR 1.5

The bitmap fill stretches to fill the region.

ZOOMConstant 
public static const ZOOM:String = zoom

Language Version : ActionScript 3.0
Product Version : Flex 4.6
Runtime Versions : Flash Player 11, AIR 3

The bitmap fill is scaled and cropped such that the aspect ratio of the original content is maintained and no letterbox or pillar box is displayed.