Pakiet | mx.graphics |
Klasa | public final class BitmapScaleMode |
Dziedziczenie | BitmapScaleMode Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
fillMode
is set to mx.graphics.BitmapFillMode.SCALE
.
Powiązane elementy interfejsu API
Właściwości publiczne
Metody publiczne
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
LETTERBOX : String = "letterbox" [statyczny]
The bitmap fill is scaled while maintaining the aspect
ratio of the original content. | BitmapScaleMode | ||
STRETCH : String = "stretch" [statyczny]
The bitmap fill stretches to fill the region. | BitmapScaleMode | ||
ZOOM : String = "zoom" [statyczny]
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 |
Szczegół stałej
LETTERBOX | Stała |
public static const LETTERBOX:String = "letterbox"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
The bitmap fill is scaled while maintaining the aspect ratio of the original content.
STRETCH | Stała |
public static const STRETCH:String = "stretch"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
The bitmap fill stretches to fill the region.
ZOOM | Stała |
public static const ZOOM:String = "zoom"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.6 |
Wersje środowiska wykonawczego: | 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, 12:06 PM Z