Pacote | mx.graphics |
Classe | public final class BitmapScaleMode |
Herança | BitmapScaleMode Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
fillMode
is set to mx.graphics.BitmapFillMode.SCALE
.
Elementos da API relacionados
Propriedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
LETTERBOX : String = "letterbox" [estático]
The bitmap fill is scaled while maintaining the aspect
ratio of the original content. | BitmapScaleMode | ||
STRETCH : String = "stretch" [estático]
The bitmap fill stretches to fill the region. | BitmapScaleMode | ||
ZOOM : String = "zoom" [estático]
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 |
Detalhes da constante
LETTERBOX | Constante |
public static const LETTERBOX:String = "letterbox"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | 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"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
The bitmap fill stretches to fill the region.
ZOOM | Constante |
public static const ZOOM:String = "zoom"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.6 |
Versões de runtime: | 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.
Wed Jun 13 2018, 11:10 AM Z