Paquete | mx.graphics |
Clase | public final class BitmapFillMode |
Herencia | BitmapFillMode Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
Elementos de API relacionados
Propiedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
CLIP : String = "clip" [estática]
The bitmap ends at the edge of the region. | BitmapFillMode | ||
REPEAT : String = "repeat" [estática]
The bitmap is repeated to fill the region. | BitmapFillMode | ||
SCALE : String = "scale" [estática]
The bitmap fill stretches to fill the region. | BitmapFillMode |
Información sobre constantes
CLIP | Constante |
public static const CLIP:String = "clip"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
The bitmap ends at the edge of the region.
REPEAT | Constante |
public static const REPEAT:String = "repeat"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
The bitmap is repeated to fill the region.
SCALE | Constante |
public static const SCALE:String = "scale"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
The bitmap fill stretches to fill the region.
Tue Jun 12 2018, 02:12 PM Z