Pakket | mx.graphics |
Klasse | public final class BitmapFillMode |
Overerving | BitmapFillMode Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Verwante API-elementen
Openbare eigenschappen
Openbare methoden
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
CLIP : String = "clip" [statisch]
The bitmap ends at the edge of the region. | BitmapFillMode | ||
REPEAT : String = "repeat" [statisch]
The bitmap is repeated to fill the region. | BitmapFillMode | ||
SCALE : String = "scale" [statisch]
The bitmap fill stretches to fill the region. | BitmapFillMode |
Constantedetails
CLIP | Constante |
public static const CLIP:String = "clip"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
The bitmap ends at the edge of the region.
REPEAT | Constante |
public static const REPEAT:String = "repeat"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
The bitmap is repeated to fill the region.
SCALE | Constante |
public static const SCALE:String = "scale"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
The bitmap fill stretches to fill the region.
Wed Jun 13 2018, 11:42 AM Z