Pakiet | mx.graphics |
Klasa | public final class BitmapFillMode |
Dziedziczenie | BitmapFillMode Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Powiązane elementy interfejsu API
Właściwości publiczne
Metody publiczne
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
CLIP : String = "clip" [statyczny]
The bitmap ends at the edge of the region. | BitmapFillMode | ||
REPEAT : String = "repeat" [statyczny]
The bitmap is repeated to fill the region. | BitmapFillMode | ||
SCALE : String = "scale" [statyczny]
The bitmap fill stretches to fill the region. | BitmapFillMode |
Szczegół stałej
CLIP | Stała |
public static const CLIP:String = "clip"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
The bitmap ends at the edge of the region.
REPEAT | Stała |
public static const REPEAT:String = "repeat"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
The bitmap is repeated to fill the region.
SCALE | Stała |
public static const SCALE:String = "scale"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
The bitmap fill stretches to fill the region.
Tue Jun 12 2018, 12:06 PM Z