| Pacote | mx.graphics |
| Classe | public final class BitmapFillMode |
| Herança | BitmapFillMode Object |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4 |
| Versões de runtime: | Flash Player 10, AIR 1.5 |
Elementos da API relacionados
Propriedades públicas
Métodos públicos
Constantes públicas
| Constante | Definido por | ||
|---|---|---|---|
| CLIP : String = "clip" [estático]
The bitmap ends at the edge of the region. | BitmapFillMode | ||
| REPEAT : String = "repeat" [estático]
The bitmap is repeated to fill the region. | BitmapFillMode | ||
| SCALE : String = "scale" [estático]
The bitmap fill stretches to fill the region. | BitmapFillMode | ||
Detalhes da constante
CLIP | Constante |
public static const CLIP:String = "clip"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4 |
| Versões de runtime: | Flash Player 10, AIR 1.5 |
The bitmap ends at the edge of the region.
REPEAT | Constante |
public static const REPEAT:String = "repeat"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4 |
| Versões de runtime: | Flash Player 10, AIR 1.5 |
The bitmap is repeated to fill the region.
SCALE | Constante |
public static const SCALE:String = "scale"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 4 |
| Versões de runtime: | Flash Player 10, AIR 1.5 |
The bitmap fill stretches to fill the region.
Wed Jun 13 2018, 11:10 AM Z
Ocultar propriedades públicas herdadas
Mostrar propriedades públicas herdadas