패키지 | mx.graphics |
클래스 | public final class BitmapFillMode |
상속 | BitmapFillMode Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
관련 API 요소
공용 속성
공용 메서드
공용 상수
상수 | 정의 주체 | ||
---|---|---|---|
CLIP : String = "clip" [정적]
The bitmap ends at the edge of the region. | BitmapFillMode | ||
REPEAT : String = "repeat" [정적]
The bitmap is repeated to fill the region. | BitmapFillMode | ||
SCALE : String = "scale" [정적]
The bitmap fill stretches to fill the region. | BitmapFillMode |
상수 세부 정보
CLIP | 상수 |
public static const CLIP:String = "clip"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
The bitmap ends at the edge of the region.
REPEAT | 상수 |
public static const REPEAT:String = "repeat"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
The bitmap is repeated to fill the region.
SCALE | 상수 |
public static const SCALE:String = "scale"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
The bitmap fill stretches to fill the region.
Tue Jun 12 2018, 03:17 PM Z