Packagemx.graphics
Classpublic final class BitmapFillMode
InheritanceBitmapFillMode Inheritance Object

Language Version : ActionScript 3.0
Product Version : Flex 4
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.

See also

spark.components.Image.fillMode
spark.primitives.BitmapImage.fillMode


Public Constants
 ConstantDefined By
  CLIP : String = clip
[static] The bitmap ends at the edge of the region.
BitmapFillMode
  REPEAT : String = repeat
[static] The bitmap is repeated to fill the region.
BitmapFillMode
  SCALE : String = scale
[static] The bitmap fill stretches to fill the region.
BitmapFillMode
Constant Detail
CLIPConstant
public static const CLIP:String = clip

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

The bitmap ends at the edge of the region.

REPEATConstant 
public static const REPEAT:String = repeat

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

The bitmap is repeated to fill the region.

SCALEConstant 
public static const SCALE:String = scale

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

The bitmap fill stretches to fill the region.