Pakket | mx.graphics |
Klasse | public final class BitmapScaleMode |
Overerving | BitmapScaleMode Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
fillMode
is set to mx.graphics.BitmapFillMode.SCALE
.
Verwante API-elementen
Openbare eigenschappen
Openbare methoden
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
LETTERBOX : String = "letterbox" [statisch]
The bitmap fill is scaled while maintaining the aspect
ratio of the original content. | BitmapScaleMode | ||
STRETCH : String = "stretch" [statisch]
The bitmap fill stretches to fill the region. | BitmapScaleMode | ||
ZOOM : String = "zoom" [statisch]
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 |
Constantedetails
LETTERBOX | Constante |
public static const LETTERBOX:String = "letterbox"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
The bitmap fill stretches to fill the region.
ZOOM | Constante |
public static const ZOOM:String = "zoom"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.6 |
Runtimeversies: | 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:42 AM Z