| Paket | mx.graphics |
| Klass | public final class BitmapFillMode |
| Arv | BitmapFillMode Object |
| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 4 |
| Körningsmiljöversioner: | Flash Player 10, AIR 1.5 |
Relaterade API-element
Publika egenskaper
Publika metoder
Publika konstanter
| Konstant | Definieras med | ||
|---|---|---|---|
| CLIP : String = "clip" [statisk]
The bitmap ends at the edge of the region. | BitmapFillMode | ||
| REPEAT : String = "repeat" [statisk]
The bitmap is repeated to fill the region. | BitmapFillMode | ||
| SCALE : String = "scale" [statisk]
The bitmap fill stretches to fill the region. | BitmapFillMode | ||
Konstantdetaljer
CLIP | Konstant |
public static const CLIP:String = "clip"| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 4 |
| Körningsmiljöversioner: | Flash Player 10, AIR 1.5 |
The bitmap ends at the edge of the region.
REPEAT | Konstant |
public static const REPEAT:String = "repeat"| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 4 |
| Körningsmiljöversioner: | Flash Player 10, AIR 1.5 |
The bitmap is repeated to fill the region.
SCALE | Konstant |
public static const SCALE:String = "scale"| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 4 |
| Körningsmiljöversioner: | Flash Player 10, AIR 1.5 |
The bitmap fill stretches to fill the region.
Tue Jun 12 2018, 01:40 PM Z
Dölj ärvda publika egenskaper
Visa ärvda publika egenskaper