Paquete | mx.graphics |
Clase | public final class BitmapScaleMode |
Herencia | BitmapScaleMode Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
fillMode
is set to mx.graphics.BitmapFillMode.SCALE
.
Elementos de API relacionados
Propiedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
LETTERBOX : String = "letterbox" [estática]
The bitmap fill is scaled while maintaining the aspect
ratio of the original content. | BitmapScaleMode | ||
STRETCH : String = "stretch" [estática]
The bitmap fill stretches to fill the region. | BitmapScaleMode | ||
ZOOM : String = "zoom" [estática]
The bitmap fill is scaled and cropped such that the aspect
ratio of the original content is maintained and no letterbox
or pillar box is displayed. | BitmapScaleMode |
Información sobre constantes
LETTERBOX | Constante |
public static const LETTERBOX:String = "letterbox"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
The bitmap fill is scaled while maintaining the aspect ratio of the original content.
STRETCH | Constante |
public static const STRETCH:String = "stretch"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
The bitmap fill stretches to fill the region.
ZOOM | Constante |
public static const ZOOM:String = "zoom"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.6 |
Versiones de motor de ejecución: | Flash Player 11, AIR 3 |
The bitmap fill is scaled and cropped such that the aspect ratio of the original content is maintained and no letterbox or pillar box is displayed.
Tue Jun 12 2018, 02:12 PM Z