패키지 | mx.graphics |
클래스 | public final class BitmapScaleMode |
상속 | BitmapScaleMode Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10, AIR 1.5 |
fillMode
is set to mx.graphics.BitmapFillMode.SCALE
.
관련 API 요소
공용 속성
공용 메서드
공용 상수
상수 | 정의 주체 | ||
---|---|---|---|
LETTERBOX : String = "letterbox" [정적]
The bitmap fill is scaled while maintaining the aspect
ratio of the original content. | BitmapScaleMode | ||
STRETCH : String = "stretch" [정적]
The bitmap fill stretches to fill the region. | BitmapScaleMode | ||
ZOOM : String = "zoom" [정적]
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 |
상수 세부 정보
LETTERBOX | 상수 |
public static const LETTERBOX:String = "letterbox"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10, AIR 1.5 |
The bitmap fill is scaled while maintaining the aspect ratio of the original content.
STRETCH | 상수 |
public static const STRETCH:String = "stretch"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10, AIR 1.5 |
The bitmap fill stretches to fill the region.
ZOOM | 상수 |
public static const ZOOM:String = "zoom"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.6 |
런타임 버전: | 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, 03:17 PM Z