Package | mx.graphics |
Class | public final class BitmapFillMode |
Inheritance | BitmapFillMode Object |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Related API Elements
Public Properties
Public Methods
Public Constants
Constant | Defined 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
CLIP | Constant |
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.
REPEAT | Constant |
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.
SCALE | Constant |
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.
Thu Dec 6 2018, 01:12 PM -08:00